replace icons with actual proper icons, get rid of nerd fonts, add lexi
This commit is contained in:
parent
9d7bfe30b9
commit
e23ee5599a
70 changed files with 88138 additions and 56 deletions
49
style.css
49
style.css
|
|
@ -32,9 +32,6 @@ i use catppuccin color schemes because jod i LOVE catppuccin
|
|||
--base: #eff1f5;
|
||||
--mantle: #e6e9ef;
|
||||
--crust: #dce0e8;
|
||||
|
||||
/* wallpaper */
|
||||
--background-image: url("./assets/backgrounds/plasma-6-day-latte.png");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -69,9 +66,6 @@ i use catppuccin color schemes because jod i LOVE catppuccin
|
|||
--base: #1e1e2e;
|
||||
--mantle: #181825;
|
||||
--crust: #11111b;
|
||||
|
||||
/* wallpaper */
|
||||
--background-image: url("./assets/backgrounds/plasma-6-night-mocha.png");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -90,36 +84,36 @@ font config, JetBrains Mono
|
|||
@font-face {
|
||||
font-family: "JetBrains Mono";
|
||||
src:
|
||||
local("JetBrainsMono Nerd Font"),
|
||||
url("./assets/fonts/JetBrainsMono/fonts/JetBrainsMonoNerdFont-Regular.ttf") format("opentype"),
|
||||
local("JetBrains Mono");
|
||||
local("JetBrains Mono"),
|
||||
url("./assets/fonts/JetBrainsMono/fonts/webfonts/JetBrainsMono-Regular.woff2") format("woff"),
|
||||
local("JetBrainsMono Nerd Font");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "JetBrains Mono";
|
||||
src:
|
||||
local("JetBrainsMono Nerd Font"),
|
||||
url("./assets/fonts/JetBrainsMono/fonts/JetBrainsMonoNerdFont-Bold.ttf") format("opentype"),
|
||||
local("JetBrains Mono");
|
||||
local("JetBrains Mono"),
|
||||
url("./assets/fonts/JetBrainsMono/fonts/webfonts/JetBrainsMono-Bold.woff2") format("woff"),
|
||||
local("JetBrainsMono Nerd Font");
|
||||
font-weight: bold;
|
||||
font-style: bold;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "JetBrains Mono";
|
||||
src:
|
||||
local("JetBrainsMono Nerd Font"),
|
||||
url("./assets/fonts/JetBrainsMono/fonts/JetBrainsMonoNerdFont-Italic.ttf") format("opentype"),
|
||||
local("JetBrains Mono");
|
||||
local("JetBrains Mono"),
|
||||
url("./assets/fonts/JetBrainsMono/fonts/webfonts/JetBrainsMono-Italic.woff2") format("woff"),
|
||||
local("JetBrainsMono Nerd Font");
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "JetBrains Mono";
|
||||
src:
|
||||
local("JetBrainsMono Nerd Font"),
|
||||
url("./assets/fonts/JetBrainsMono/fonts/JetBrainsMonoNerdFont-BoldItalic.ttf") format("opentype"),
|
||||
local("JetBrains Mono");
|
||||
local("JetBrains Mono"),
|
||||
url("./assets/fonts/JetBrainsMono/fonts/webfonts/JetBrainsMono-BoldItalic.woff2") format("woff"),
|
||||
local("JetBrainsMono Nerd Font");
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
|
@ -173,9 +167,8 @@ styling of the terminal windows
|
|||
margin: -10px 0px -20px;
|
||||
|
||||
/* terminal icon */
|
||||
img {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.ph-terminal {
|
||||
font-size: 25px;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
|
|
@ -241,11 +234,16 @@ styling of the terminal windows
|
|||
}
|
||||
.status {
|
||||
color: var(--green);
|
||||
font-size: 24px;
|
||||
margin-left: 3px;
|
||||
margin-right: -8px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.blink {
|
||||
display: none;
|
||||
color: var(--text);
|
||||
margin-left: 9px;
|
||||
margin-left: 3px;
|
||||
padding-bottom: 4px;
|
||||
animation: blink .8s linear infinite;
|
||||
-moz-animation: blink .8s linear infinite;
|
||||
-webkit-animation: blink .8s linear infinite;
|
||||
|
|
@ -731,6 +729,7 @@ footer {
|
|||
font-size: 24px;
|
||||
color: var(--green);
|
||||
margin-bottom: .5em;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
[href="https://fediring.net"] {
|
||||
color: var(--base);
|
||||
|
|
@ -752,13 +751,13 @@ footer {
|
|||
[href*="previous"] {
|
||||
color: var(--base);
|
||||
background: var(--yellow);
|
||||
padding: 0px 10px 0px 10px;
|
||||
padding: 4px 6px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
[href*="next"] {
|
||||
color: var(--base);
|
||||
background: var(--green);
|
||||
padding: 0px 10px 0px 10px;
|
||||
padding: 4px 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
|
@ -854,7 +853,7 @@ modify widths and spacing depending on the size of the display
|
|||
#sneexy > section {
|
||||
#lastfm {
|
||||
img {
|
||||
max-width: 20em;
|
||||
max-width: 17em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue