Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Popov 4c40f9cf15
change code fonts 2023-02-14 23:52:16 +03:00
Alexander Popov fc32deb190
change keybinds style 2023-02-14 23:51:55 +03:00
2 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ hr {
/* code */
.code {
border-radius: 3px;
font-family: Cascadia Code, Cascadia Mono,
font-family: Cascadia Mono, Ubuntu Mono,
Space Mono, SFMono-Regular, Menlo,Monaco,
Consolas, Liberation Mono, Courier New,
monospace;

View File

@ -110,8 +110,8 @@ nav {
border: 1px solid var(--light-gray-color);
box-shadow: 0 1px 0 0 var(--medium-gray-color);
border-radius: 3px;
font-family: Courier;
font-size: 0.7rem;
font-family: 'Ubuntu Mono', monospace;
font-size: 0.9rem;
color: var(--dark-gray-color);
padding: 3px 3px 1px 3px;
vertical-align: middle;