Changeset 55 in code for trunk/static/style.css


Ignore:
Timestamp:
Jan 19, 2024, 10:49:09 AM (17 months ago)
Author:
yakumo.izuru
Message:

「swagger」サポートを削除し、あちこちのバグを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/static/style.css

    r54 r55  
    11/*
    2 Light theme is based on Lavender (https://github.com/mei23/misskey/blob/mei-m544/src/client/themes/lavender.json5)
    3 while the Dark theme is based on エレガントなお嬢様 (https://github.com/mei23/misskey/blob/mei-m544/src/client/themes/promo.json5)
    4 */
    5 
     2 * Dark theme (エレガントなお嬢様) by @mei23
     3 * Light theme (Lavender) by @sokuyuku
     4 * Source for both can be found at https://github.com/mei23/misskey
     5 */
    66body {
    77    background-color: #f8cfd2;
     
    4141    gap: 10px;
    4242}
    43 .language,
    44 .switch_languages {
     43.language, .switch_languages {
    4544    display: flex;
    4645}
     
    6160    border: 2px solid #888888;
    6261}
    63 input,
    64 select,
    65 textarea {
     62input, select, textarea {
    6663    width: 100%;
    6764    font-size: 1rem;
     
    7774    width: 100%;
    7875}
    79 input:focus,
    80 select:focus,
    81 textarea:focus,
    82 button:focus {
     76input:focus, select:focus, textarea:focus, button:focus {
    8377    border-color: #faf4f8;
    8478    outline: 1px solid #faf4f8;
    8579}
    86 
    87 
    8880body {
    8981    justify-content: center;
    9082    font-family: sans-serif;
    9183}
    92 
    9384#definitions_and_translations {
    9485    display: grid;
     
    10394    text-transform: capitalize;
    10495}
    105 
    10696.syn {
    10797    color: #804700;
     
    155145        color: #ffffff;
    156146    }
    157     input,
    158     textarea {
     147    input, textarea {
    159148        background-color: #5b0000;
    160149        border-color: #202020;
    161150        color: #b3784b;
    162151    }
    163     select,
    164     option {
     152    select, option {
    165153        background-color: #5b0000;
    166154        color: #ffffff;
Note: See TracChangeset for help on using the changeset viewer.