mirror of
https://github.com/kognise/water.css.git
synced 2025-08-29 07:49:59 +02:00
feat: show when theme is overwritten by prefers-color-scheme
This commit is contained in:
@@ -87,9 +87,12 @@ body > footer {
|
||||
BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
|
||||
Helvetica Neue, sans-serif;
|
||||
}
|
||||
.translucent {
|
||||
.opacity-4 {
|
||||
opacity: 0.4;
|
||||
}
|
||||
.opacity-7 {
|
||||
opacity: 0.76;
|
||||
}
|
||||
.tooltip {
|
||||
position: relative;
|
||||
cursor: help;
|
||||
|
Reference in New Issue
Block a user