Spaces:
Running
Running
Update custom.css (#8)
Browse files- Update custom.css (8c5f4d6eba2bf7c7da5599f94375941199e1cd82)
- assets/css/custom.css +17 -11
assets/css/custom.css
CHANGED
@@ -92,20 +92,26 @@ img[src*="#chart-icon"] {
|
|
92 |
}
|
93 |
|
94 |
.anchor-container {
|
95 |
-
|
|
|
|
|
96 |
bottom: 0;
|
|
|
97 |
display: flex;
|
98 |
-
font-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
position: fixed;
|
103 |
-
|
104 |
-
height: 2rem;
|
105 |
}
|
106 |
|
107 |
-
.anchor-
|
108 |
-
|
109 |
-
|
110 |
-
|
|
|
|
|
|
|
|
|
111 |
}
|
|
|
92 |
}
|
93 |
|
94 |
.anchor-container {
|
95 |
+
align-items: center;
|
96 |
+
background: var(--text-primary);
|
97 |
+
border-top-left-radius: 8px;
|
98 |
bottom: 0;
|
99 |
+
color: var(--text-contrast-primary);
|
100 |
display: flex;
|
101 |
+
font-size: 0.8rem;
|
102 |
+
font-weight: 500;
|
103 |
+
height: 24px;
|
104 |
+
padding: 0 12px;
|
105 |
position: fixed;
|
106 |
+
right: 0;
|
|
|
107 |
}
|
108 |
|
109 |
+
.anchor-container:focus,
|
110 |
+
.anchor-container:hover {
|
111 |
+
background: var(--text-secondary);
|
112 |
+
color: var(--text-contrast-primary);
|
113 |
+
}
|
114 |
+
|
115 |
+
img#banner {
|
116 |
+
height: 16px;
|
117 |
}
|