Spaces:
Running
Running
Update custom.css (#8)
Browse files- Update custom.css (72cb0331d141a27fac89225f80a3d2b0fc0ec4c6)
- assets/css/custom.css +17 -11
assets/css/custom.css
CHANGED
@@ -10,20 +10,26 @@ img[src*="#my-image"] {
|
|
10 |
}
|
11 |
|
12 |
.anchor-container {
|
13 |
-
|
|
|
|
|
14 |
bottom: 0;
|
|
|
15 |
display: flex;
|
16 |
-
font-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
position: fixed;
|
21 |
-
|
22 |
-
height: 2rem;
|
23 |
}
|
24 |
|
25 |
-
.anchor-
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
|
|
|
|
|
|
29 |
}
|
|
|
10 |
}
|
11 |
|
12 |
.anchor-container {
|
13 |
+
align-items: center;
|
14 |
+
background: var(--text-primary);
|
15 |
+
border-top-left-radius: 8px;
|
16 |
bottom: 0;
|
17 |
+
color: var(--text-contrast-primary);
|
18 |
display: flex;
|
19 |
+
font-size: 0.8rem;
|
20 |
+
font-weight: 500;
|
21 |
+
height: 24px;
|
22 |
+
padding: 0 12px;
|
23 |
position: fixed;
|
24 |
+
right: 0;
|
|
|
25 |
}
|
26 |
|
27 |
+
.anchor-container:focus,
|
28 |
+
.anchor-container:hover {
|
29 |
+
background: var(--text-secondary);
|
30 |
+
color: var(--text-contrast-primary);
|
31 |
+
}
|
32 |
+
|
33 |
+
img#banner {
|
34 |
+
height: 16px;
|
35 |
}
|