commit 014c62ef5272ff86eb6d570ddcdf87bec195ffd8
parent 520a05861c5b9f111d852755fe7920e3915bc874
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date: Mon, 5 Jun 2023 00:38:33 -0300
add temporary urgent messages style and font-display: swap;
Diffstat:
1 file changed, 17 insertions(+), 0 deletions(-)
diff --git a/css/style.css b/css/style.css
@@ -8,6 +8,8 @@
url('/fonts/Futura/FuturaBT-Medium.svg#svgFutura') format('svg'), /* Legacy iOS */
url('/fonts/Futura/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/Futura/FuturaBT-Medium.ttf'); /* IE9 Compat Modes */
+
+ font-display: swap;
}
/* latin only */
@@ -361,6 +363,18 @@ hr {
padding-bottom: .5em;
}
+#urgent-announcement {
+ color: antiquewhite;
+ font-weight: bold;
+ padding: 0.5em 0em 1em 0em;
+}
+
+#urgent-announcement a {
+ color: orangered;
+ text-decoration: underline;
+}
+
+
time {
font-family: "Ubuntu Mono", monospace;
/* font-family: "IBMPlexMono"; */
@@ -493,6 +507,9 @@ time {
#go_top {
color: #a04a00;
}
+ #urgent-announcement {
+ color: #090909;
+ }
img {
background: white;
}