Styling cleanup
This commit is contained in:
+3
-8
@@ -8,6 +8,7 @@
|
||||
--weekend: #888;
|
||||
--firstday: #000;
|
||||
--select: #aaf;
|
||||
--shadow: #fff;
|
||||
--label-bg: #fafbfe;
|
||||
--label-bg-rgb: 250, 251, 254;
|
||||
}
|
||||
@@ -50,6 +51,7 @@
|
||||
--weekend: #999;
|
||||
--firstday: #fff;
|
||||
--select: #44f;
|
||||
--shadow: #888;
|
||||
--label-bg: #1a1d25;
|
||||
--label-bg-rgb: 26, 29, 37;
|
||||
}
|
||||
@@ -85,7 +87,7 @@
|
||||
|
||||
/* Selection styles */
|
||||
.weekend { color: var(--weekend) }
|
||||
.firstday { color: var(--firstday); text-shadow: 0 0 .1em; }
|
||||
.firstday { color: var(--firstday); text-shadow: 0 0 .1em #fff; }
|
||||
|
||||
.selected {
|
||||
background: var(--select);
|
||||
@@ -93,10 +95,3 @@
|
||||
box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
|
||||
}
|
||||
.selected .event { opacity: .7 }
|
||||
|
||||
.today h1 {
|
||||
border-radius: 2em;
|
||||
background: var(--today);
|
||||
border: .2em solid var(--today);
|
||||
margin: -.2em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user