Resized font.

This commit is contained in:
Johannes Findeisen 2023-08-22 03:18:36 +02:00
commit fab25c9f55

View file

@ -49,7 +49,7 @@ li.L5, li.L6, li.L7, li.L8
{ list-style-type: decimal !important } { list-style-type: decimal !important }
.navbar-brand { .navbar-brand {
font-size: 32px; font-size: 42px;
} }
a.ext { a.ext {
@ -93,7 +93,7 @@ span.cursor {
97% { background: transparent } 97% { background: transparent }
100% { background: #e77d00 } 100% { background: #e77d00 }
} }
@-moz-keyframes blink { @-moz-keyframes blink {
0% { background: #e77d00 } 0% { background: #e77d00 }
47% { background: #e77d00 } 47% { background: #e77d00 }
@ -101,7 +101,7 @@ span.cursor {
97% { background: transparent } 97% { background: transparent }
100% { background: #e77d00 } 100% { background: #e77d00 }
} }
@-ms-keyframes blink { @-ms-keyframes blink {
0% { background: #e77d00 } 0% { background: #e77d00 }
47% { background: #e77d00 } 47% { background: #e77d00 }
@ -109,7 +109,7 @@ span.cursor {
97% { background: transparent } 97% { background: transparent }
100% { background: #e77d00 } 100% { background: #e77d00 }
} }
@-o-keyframes blink { @-o-keyframes blink {
0% { background: #e77d00 } 0% { background: #e77d00 }
47% { background: #e77d00 } 47% { background: #e77d00 }