little updates

This commit is contained in:
horhik 2021-06-06 19:45:36 +03:00
parent 5a94b33680
commit 387009ead3
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
.recent-block{
text-decoration: none;
font-family: Mononoki, monospace;
font-family: $main-font;
font-size: 1.3em;
box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.34);

View File

@ -154,7 +154,7 @@ p code, quote code, q code {
.recent-block {
text-decoration: none;
font-family: Mononoki, monospace;
font-family: "Mononoki", "Twemoji", monospace;
font-size: 1.3em;
box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.34);
background: var(--background);