mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
feat: show when theme is overwritten by prefers-color-scheme
This commit is contained in:
parent
a8c482f5d8
commit
eca4067fb0
8 changed files with 41 additions and 24 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue