added font; fixed feed link; project single page specific changes
This commit is contained in:
parent
2f67080912
commit
8f44f2d329
9 changed files with 153 additions and 40 deletions
|
@ -1,14 +1,10 @@
|
|||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
a {
|
||||
color: rgb(255, 130, 130);
|
||||
text-decoration: none;
|
||||
@font-face {
|
||||
font-family: PoppinsLatin;
|
||||
src: url(/fonts/PoppinsLatin-Regular.otf);
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
html {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: rgb(255, 130, 130) rgb(60, 60, 90);
|
||||
|
@ -17,10 +13,17 @@ body {
|
|||
background: rgb(40, 40, 60);
|
||||
color: rgb(240, 240, 255);
|
||||
margin: 0;
|
||||
font-family: Monaco, Lucida Console, monospace;
|
||||
font-family: PoppinsLatin, Monaco, Lucida Console, monospace;
|
||||
display: grid;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
a {
|
||||
color: rgb(255, 130, 130);
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: calc(100% - 40px);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue