template blog style fixes
This commit is contained in:
parent
c77d504257
commit
8c59c5fd58
1 changed files with 22 additions and 14 deletions
|
|
@ -34,7 +34,7 @@ i use catppuccin color schemes because jod i LOVE catppuccin
|
|||
--crust: #dce0e8;
|
||||
|
||||
/* wallpaper */
|
||||
--background-image: url("../assets/backgrounds/plasma-6-day-mocha.png");
|
||||
--background-image: url("../../assets/backgrounds/plasma-6-day-mocha.png");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -71,7 +71,7 @@ i use catppuccin color schemes because jod i LOVE catppuccin
|
|||
--crust: #11111b;
|
||||
|
||||
/* wallpaper */
|
||||
--background-image: url("../assets/backgrounds/plasma-6-night-mocha.png");
|
||||
--background-image: url("../../assets/backgrounds/plasma-6-night-mocha.png");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -83,8 +83,8 @@ font config, JetBrains Mono
|
|||
src:
|
||||
local("JetBrains Mono"),
|
||||
local("JetBrainsMono Nerd Font"),
|
||||
url("../assets/fonts/JetBrainsMono/fonts/ttf/JetBrainsMono-Regular.ttf") format("opentype"),
|
||||
url("../assets/fonts/JetBrainsMono/fonts/webfonts/JetBrainsMono-Regular.woff2") format("woff2");
|
||||
url("../../assets/fonts/JetBrainsMono/fonts/ttf/JetBrainsMono-Regular.ttf") format("opentype"),
|
||||
url("../../assets/fonts/JetBrainsMono/fonts/webfonts/JetBrainsMono-Regular.woff2") format("woff2");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
|
@ -93,8 +93,8 @@ font config, JetBrains Mono
|
|||
src:
|
||||
local("JetBrains Mono"),
|
||||
local("JetBrainsMono Nerd Font"),
|
||||
url("../assets/fonts/JetBrainsMono/fonts/ttf/JetBrainsMono-Bold.ttf") format("opentype"),
|
||||
url("../assets/fonts/JetBrainsMono/fonts/webfonts/JetBrainsMono-Bold.woff2") format("woff");
|
||||
url("../../assets/fonts/JetBrainsMono/fonts/ttf/JetBrainsMono-Bold.ttf") format("opentype"),
|
||||
url("../../assets/fonts/JetBrainsMono/fonts/webfonts/JetBrainsMono-Bold.woff2") format("woff");
|
||||
font-weight: bold;
|
||||
font-style: bold;
|
||||
}
|
||||
|
|
@ -103,8 +103,8 @@ font config, JetBrains Mono
|
|||
src:
|
||||
local("JetBrains Mono"),
|
||||
local("JetBrainsMono Nerd Font"),
|
||||
url("../assets/fonts/JetBrainsMono/fonts/ttf/JetBrainsMono-Italic.ttf") format("opentype"),
|
||||
url("../assets/fonts/JetBrainsMono/fonts/webfonts/JetBrainsMono-Italic.woff2") format("woff");
|
||||
url("../../assets/fonts/JetBrainsMono/fonts/ttf/JetBrainsMono-Italic.ttf") format("opentype"),
|
||||
url("../../assets/fonts/JetBrainsMono/fonts/webfonts/JetBrainsMono-Italic.woff2") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
|
@ -113,8 +113,8 @@ font config, JetBrains Mono
|
|||
src:
|
||||
local("JetBrains Mono"),
|
||||
local("JetBrainsMono Nerd Font"),
|
||||
url("../assets/fonts/JetBrainsMono/fonts/ttf/JetBrainsMono-BoldItalic.ttf") format("opentype"),
|
||||
url("../assets/fonts/JetBrainsMono/fonts/webfonts/JetBrainsMono-BoldItalic.woff2") format("woff");
|
||||
url("../../assets/fonts/JetBrainsMono/fonts/ttf/JetBrainsMono-BoldItalic.ttf") format("opentype"),
|
||||
url("../../assets/fonts/JetBrainsMono/fonts/webfonts/JetBrainsMono-BoldItalic.woff2") format("woff");
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
|
@ -127,7 +127,7 @@ font config, Lexend Deca
|
|||
src:
|
||||
local("Lexend Deca"),
|
||||
local("Lexend"),
|
||||
url("../assets/fonts/LexendDeca/static/LexendDeca-Regular.ttf") format("opentype");
|
||||
url("../../assets/fonts/LexendDeca/static/LexendDeca-Regular.ttf") format("opentype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
|
@ -136,7 +136,7 @@ font config, Lexend Deca
|
|||
src:
|
||||
local("Lexend Deca"),
|
||||
local("Lexend"),
|
||||
url("../assets/fonts/LexendDeca/static/LexendDeca-Bold.ttf") format("opentype");
|
||||
url("../../assets/fonts/LexendDeca/static/LexendDeca-Bold.ttf") format("opentype");
|
||||
font-weight: bold;
|
||||
font-style: bold;
|
||||
}
|
||||
|
|
@ -326,8 +326,16 @@ about me section/terminal
|
|||
articles
|
||||
*/
|
||||
video {
|
||||
width: auto;
|
||||
max-height: 5em;
|
||||
display: flex;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
min-width: 25em;
|
||||
min-height: 25em;
|
||||
max-width: 30em;
|
||||
max-height: 30em;
|
||||
|
||||
border-radius: 1em;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue