summaryrefslogtreecommitdiffstats
path: root/assets/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/main.css')
-rw-r--r--assets/css/main.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index c46729c..7f6c84a 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -1,12 +1,12 @@
@font-face {
- font-family: 'Nouveau IBM Stretch';
- src: url('/assets/fonts/Nouveau_IBM_Stretch.ttf') format('truetype');
+ font-family: 'Nouveau IBM';
+ src: url('/assets/fonts/Nouveau_IBM.ttf') format('truetype');
}
:root {
--main-bg-color: #202020;
--main-fg-color: #00B140;
- --font-family: 'Nouveau IBM Stretch', 'Roboto Mono', monospace;
+ --font-family: 'Nouveau IBM', monospace;
--text-shadow: 0 0 1px var(--main-fg-color), 0 0 6px var(--main-fg-color);
}
@@ -125,7 +125,7 @@ td {
}
.cursor::after {
- height: 2.5rem;
+ height: 2.2rem;
}
.center {
@@ -241,7 +241,7 @@ input {
content: '';
display: inline-block;
width: 0.9rem;
- height: 1.45rem;
+ height: 1.3rem;
margin-left: -6px;
animation: cursor-blink 1s steps(1, start) infinite;
animation-delay: 3.5s;