revamps
This commit is contained in:
parent
1c3e2d83dc
commit
79682bb286
14 changed files with 180 additions and 194 deletions
|
|
@ -134,7 +134,7 @@ body {
|
|||
width: 100px;
|
||||
height: 100px;
|
||||
line-height: 100px;
|
||||
margin: 0 0 20px 0;
|
||||
margin: 0 0 10px 0;
|
||||
padding:0;
|
||||
font-size: 65px;
|
||||
}
|
||||
|
|
@ -218,10 +218,10 @@ section:first-of-type {
|
|||
footer {
|
||||
width: 100%;
|
||||
padding: 160px 20px 200px 20px;
|
||||
background-color: var(--fg);
|
||||
background-color: var(--border-alt);
|
||||
color: var(--bg);
|
||||
background-image: url("../img/vignette-footer.svg");
|
||||
background-size: 200px;
|
||||
background-size: 500px;
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
box-sizing: border-box;
|
||||
|
|
@ -229,12 +229,14 @@ footer {
|
|||
a {
|
||||
color: var(--bg);
|
||||
}
|
||||
|
||||
.icon {
|
||||
color: var(--bg);
|
||||
border: 1px solid var(--bg);
|
||||
}
|
||||
.icon:hover {
|
||||
border: 1px solid var(--accent2);
|
||||
color: var(--accent2);
|
||||
}
|
||||
.footframe {
|
||||
display: flex;
|
||||
|
|
@ -253,7 +255,7 @@ footer {
|
|||
width: 100%;
|
||||
}
|
||||
li {
|
||||
border-bottom: 1px solid var(--bg-alt);
|
||||
|
||||
line-height: 2;
|
||||
font-size: 1.5em;
|
||||
a {
|
||||
|
|
@ -261,6 +263,9 @@ footer {
|
|||
text-decoration: none;
|
||||
color: var(--bg);
|
||||
}
|
||||
a:hover {
|
||||
color: var(--accent2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -353,6 +358,9 @@ footer {
|
|||
text-align: center;
|
||||
line-height: 2em;
|
||||
padding: 0;
|
||||
h2 {
|
||||
margin-top: 80px;
|
||||
}
|
||||
}
|
||||
.streamer {
|
||||
max-width: var(--max-width);
|
||||
|
|
|
|||
|
|
@ -130,9 +130,8 @@
|
|||
font-family: 'Collects';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: local('Collects'), local('Collects'), url(/assets/fonts/collects.ttf) format('truetype');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
src: local('Collects'), local('Collects'), url(/assets/fonts/fz.otf) format('opentype');
|
||||
}
|
||||
|
||||
|
||||
$font: (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue