mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb: Use the palette "button text" on buttons in the default CSS
This fixes some legibility issues when using dark themes.
This commit is contained in:
parent
977aa81310
commit
226d3fba79
Notes:
sideshowbarker
2024-07-17 08:55:54 +09:00
Author: https://github.com/MacDue
Commit: 226d3fba79
Pull-request: https://github.com/SerenityOS/serenity/pull/14670
1 changed files with 1 additions and 0 deletions
|
@ -249,6 +249,7 @@ button, input[type=submit], input[type=button], input[type=reset] {
|
|||
padding: 1px 4px;
|
||||
background-color: -libweb-palette-button;
|
||||
border: 1px solid -libweb-palette-threed-shadow1;
|
||||
color: -libweb-palette-button-text;
|
||||
}
|
||||
|
||||
button:hover, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue