navbar isn't too big but is kinda small; bigger top
This commit is contained in:
+10
-4
@@ -32,7 +32,7 @@
|
||||
background-color: black;
|
||||
}
|
||||
html, body {padding:0; margin:0; height:100%;}
|
||||
footer{
|
||||
footer {
|
||||
position: fixed; bottom: 0; left: 0;
|
||||
color: #C0AAC0;
|
||||
background-color: transparent;
|
||||
@@ -65,6 +65,7 @@ h1,h2,h3,h4,img,i {
|
||||
}
|
||||
h1 {
|
||||
font-family: 'mitochondriaregular', sans-serif;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.mundane {color:#aca79e;}
|
||||
@@ -94,7 +95,7 @@ pre,code {
|
||||
display: grid;
|
||||
position: relative;
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-rows: 3em auto;
|
||||
grid-template-rows: 3.5em auto;
|
||||
grid-column-gap: 0px;
|
||||
grid-row-gap: 0px;
|
||||
box-sizing: border-box;
|
||||
@@ -104,6 +105,7 @@ pre,code {
|
||||
grid-area: 1 / 1 / 2 / 2;
|
||||
color: #C0AAC0;
|
||||
text-align: center;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
.top a {
|
||||
color: #C0AAC0;
|
||||
@@ -112,6 +114,10 @@ pre,code {
|
||||
.top a:hover {
|
||||
color: #A88AA8;
|
||||
}
|
||||
.top a:visited {
|
||||
color: #C0AAC0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.content-grid {
|
||||
grid-area: 2 / 1 / 3 / 2;
|
||||
@@ -132,12 +138,12 @@ pre,code {
|
||||
.nav {
|
||||
grid-area: 1 / 1 / 2 / 2;
|
||||
background-color: transparent;
|
||||
width: 60vw;
|
||||
display: grid;
|
||||
grid-template-columns: 26% 51% 23%;
|
||||
grid-template-rows: 1fr;
|
||||
grid-column-gap: 0px;
|
||||
grid-row-gap: 0px;
|
||||
margin: auto;
|
||||
min-width: 636px;
|
||||
width: 40vw;
|
||||
min-width: 374px;
|
||||
}
|
||||
|
||||
@@ -1,16 +1,3 @@
|
||||
a {
|
||||
color: #1D1761;
|
||||
}
|
||||
a:hover {
|
||||
color: #3127A5;
|
||||
}
|
||||
a:visited {
|
||||
color: #1D1761;
|
||||
}
|
||||
a:active {
|
||||
color: #3B2FC6;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
@@ -84,8 +84,10 @@
|
||||
text-align: center;
|
||||
}
|
||||
.navlink a:link {
|
||||
color: #C0AAC0;
|
||||
}
|
||||
.navlink a:visited {
|
||||
color: #C0AAC0;
|
||||
}
|
||||
.navlink a:hover {
|
||||
color: #f463ad;
|
||||
|
||||
Reference in New Issue
Block a user