Spaces:
Running
Running
Update custom.css
Browse filesUpdate banner styling
- assets/css/custom.css +17 -11
assets/css/custom.css
CHANGED
@@ -40,20 +40,26 @@
|
|
40 |
}
|
41 |
|
42 |
.anchor-container {
|
43 |
-
|
|
|
|
|
44 |
bottom: 0;
|
|
|
45 |
display: flex;
|
46 |
-
font-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
position: fixed;
|
51 |
-
|
52 |
-
height: 2rem;
|
53 |
}
|
54 |
|
55 |
-
.anchor-
|
56 |
-
|
57 |
-
|
58 |
-
|
|
|
|
|
|
|
|
|
59 |
}
|
|
|
40 |
}
|
41 |
|
42 |
.anchor-container {
|
43 |
+
align-items: center;
|
44 |
+
background: var(--text-primary);
|
45 |
+
border-top-left-radius: 8px;
|
46 |
bottom: 0;
|
47 |
+
color: var(--text-contrast-primary);
|
48 |
display: flex;
|
49 |
+
font-size: 0.8rem;
|
50 |
+
font-weight: 500;
|
51 |
+
height: 24px;
|
52 |
+
padding: 0 12px;
|
53 |
position: fixed;
|
54 |
+
right: 0;
|
|
|
55 |
}
|
56 |
|
57 |
+
.anchor-container:focus,
|
58 |
+
.anchor-container:hover {
|
59 |
+
background: var(--text-secondary);
|
60 |
+
color: var(--text-contrast-primary);
|
61 |
+
}
|
62 |
+
|
63 |
+
img#banner {
|
64 |
+
height: 16px;
|
65 |
}
|