added font; fixed feed link; project single page specific changes

This commit is contained in:
Vrifox 2020-09-21 14:00:45 +02:00
parent 2f67080912
commit 8f44f2d329
9 changed files with 153 additions and 40 deletions

View file

@ -1,12 +1,9 @@
* {
box-sizing: border-box; }
a {
color: #ff8282;
text-decoration: none; }
a:hover {
text-decoration: underline; }
@font-face {
font-family: PoppinsLatin;
src: url(/fonts/PoppinsLatin-Regular.otf); }
html {
scrollbar-width: thin;
@ -16,10 +13,17 @@ body {
background: #28283c;
color: #f0f0ff;
margin: 0;
font-family: Monaco, Lucida Console, monospace;
font-family: PoppinsLatin, Monaco, Lucida Console, monospace;
display: grid;
overflow-x: hidden; }
a {
color: #ff8282;
text-decoration: none; }
a:hover {
text-decoration: underline; }
.container {
width: calc(100% - 40px);
max-width: 1140px;

View file

@ -1,12 +1,9 @@
* {
box-sizing: border-box; }
a {
color: #ff8282;
text-decoration: none; }
a:hover {
text-decoration: underline; }
@font-face {
font-family: PoppinsLatin;
src: url(/fonts/PoppinsLatin-Regular.otf); }
html {
scrollbar-width: thin;
@ -16,10 +13,17 @@ body {
background: #28283c;
color: #f0f0ff;
margin: 0;
font-family: Monaco, Lucida Console, monospace;
font-family: PoppinsLatin, Monaco, Lucida Console, monospace;
display: grid;
overflow-x: hidden; }
a {
color: #ff8282;
text-decoration: none; }
a:hover {
text-decoration: underline; }
.container {
width: calc(100% - 40px);
max-width: 1140px;

View file

@ -1,12 +1,9 @@
* {
box-sizing: border-box; }
a {
color: #ff8282;
text-decoration: none; }
a:hover {
text-decoration: underline; }
@font-face {
font-family: PoppinsLatin;
src: url(/fonts/PoppinsLatin-Regular.otf); }
html {
scrollbar-width: thin;
@ -16,10 +13,17 @@ body {
background: #28283c;
color: #f0f0ff;
margin: 0;
font-family: Monaco, Lucida Console, monospace;
font-family: PoppinsLatin, Monaco, Lucida Console, monospace;
display: grid;
overflow-x: hidden; }
a {
color: #ff8282;
text-decoration: none; }
a:hover {
text-decoration: underline; }
.container {
width: calc(100% - 40px);
max-width: 1140px;

View file

@ -1,12 +1,9 @@
* {
box-sizing: border-box; }
a {
color: #ff8282;
text-decoration: none; }
a:hover {
text-decoration: underline; }
@font-face {
font-family: PoppinsLatin;
src: url(/fonts/PoppinsLatin-Regular.otf); }
html {
scrollbar-width: thin;
@ -16,10 +13,17 @@ body {
background: #28283c;
color: #f0f0ff;
margin: 0;
font-family: Monaco, Lucida Console, monospace;
font-family: PoppinsLatin, Monaco, Lucida Console, monospace;
display: grid;
overflow-x: hidden; }
a {
color: #ff8282;
text-decoration: none; }
a:hover {
text-decoration: underline; }
.container {
width: calc(100% - 40px);
max-width: 1140px;