You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
302 B
20 lines
302 B
#new-login-icon { |
|
background-color: alpha(black, 0.8); |
|
} |
|
|
|
.devnotice { |
|
background: @warning_bg_color; |
|
color: @warning_fg_color; |
|
} |
|
|
|
button.cutout { |
|
color: alpha(black, 0.8); |
|
} |
|
|
|
message-reactions .toggle { |
|
border-color: @dark_2; |
|
} |
|
|
|
message-reactions .toggle:checked { |
|
border-color: @blue_5; |
|
} |