Spaces:
Running
Running
Update custom.css
Browse filesUpdate banner styling
- assets/css/custom.css +17 -11
assets/css/custom.css
CHANGED
@@ -3,20 +3,26 @@
|
|
3 |
}
|
4 |
|
5 |
.anchor-container {
|
6 |
-
|
|
|
|
|
7 |
bottom: 0;
|
|
|
8 |
display: flex;
|
9 |
-
font-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
position: fixed;
|
14 |
-
|
15 |
-
height: 2rem;
|
16 |
}
|
17 |
|
18 |
-
.anchor-
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
22 |
}
|
|
|
3 |
}
|
4 |
|
5 |
.anchor-container {
|
6 |
+
align-items: center;
|
7 |
+
background: var(--text-primary);
|
8 |
+
border-top-left-radius: 8px;
|
9 |
bottom: 0;
|
10 |
+
color: var(--text-contrast-primary);
|
11 |
display: flex;
|
12 |
+
font-size: 0.8rem;
|
13 |
+
font-weight: 500;
|
14 |
+
height: 24px;
|
15 |
+
padding: 0 12px;
|
16 |
position: fixed;
|
17 |
+
right: 0;
|
|
|
18 |
}
|
19 |
|
20 |
+
.anchor-container:focus,
|
21 |
+
.anchor-container:hover {
|
22 |
+
background: var(--text-secondary);
|
23 |
+
color: var(--text-contrast-primary);
|
24 |
+
}
|
25 |
+
|
26 |
+
img#banner {
|
27 |
+
height: 16px;
|
28 |
}
|