1
0
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:
Jonas Kuske
2019-06-09 01:56:38 +02:00
parent a8c482f5d8
commit eca4067fb0
8 changed files with 41 additions and 24 deletions

View File

@@ -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;