Changeset 54 in code for trunk/static


Ignore:
Timestamp:
Oct 20, 2023, 12:18:32 AM (20 months ago)
Author:
yakumo.izuru
Message:

I <3 めいすきー

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/static/style.css

    r51 r54  
     1/*
     2Light theme is based on Lavender (https://github.com/mei23/misskey/blob/mei-m544/src/client/themes/lavender.json5)
     3while the Dark theme is based on エレガントなお嬢様 (https://github.com/mei23/misskey/blob/mei-m544/src/client/themes/promo.json5)
     4*/
     5
    16body {
    2     background-color: #ffffff;
     7    background-color: #f8cfd2;
    38    color: rgb(206, 147, 191);
    49}
     
    5055}
    5156button {
     57    background-color: #ce93bf;
     58    color: #ffffff;
    5259    font-size: 1rem;
    5360    padding: 4px 10px;
     
    7481textarea:focus,
    7582button:focus {
    76     border-color: #478061;
    77     outline: 1px solid #478061;
     83    border-color: #faf4f8;
     84    outline: 1px solid #faf4f8;
    7885}
    7986
     
    128135}
    129136@media screen and (prefers-color-scheme: dark) {
    130     /* Loosely based on エレガントなお嬢様 - https://github.com/mei23/misskey/blob/mei-m544/src/client/themes/promo.json5 */
    131137    body {
    132138        background-color: #700000;
Note: See TracChangeset for help on using the changeset viewer.