1. changed to a global css instead of using the same shit over and over.
2. deleted soem unused stuff 3. stole some windows' api virtual keys site keys
This commit is contained in:
parent
e5449fda26
commit
3cf2363147
18 changed files with 1276 additions and 612 deletions
|
@ -63,6 +63,6 @@
|
|||
"name": "Hyprland Dots",
|
||||
"subheader": "My Hyprland Dotfiles",
|
||||
"description": "My Arch Hyprland dotfiles with my rofi, wallust and hypr (18.8mb).",
|
||||
"url": "/assets/zyqunix hyprland dots.zip"
|
||||
"url": "https://github.com/zyqunix/dots/releases"
|
||||
}
|
||||
]
|
|
@ -1,31 +1,4 @@
|
|||
@font-face {
|
||||
font-family: 'Hack';
|
||||
src: url('/Fonts/Hack/Hack-Regular.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'JetBrainsMono';
|
||||
src: url('/Fonts/JetBrainsMono/JetBrainsMono-Regular.woff2');
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
margin: 0;
|
||||
font-family: monospace;
|
||||
font-size: 1rem;
|
||||
background-color: #2a2a2a;
|
||||
color: #f0f0f0;
|
||||
overflow-x: hidden;
|
||||
font-family: 'Hack', 'JetBrainsMono', monospace;
|
||||
}
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
@import url(/global.css);
|
||||
|
||||
img[class="img_header"] {
|
||||
height: 3rem;
|
||||
|
@ -61,11 +34,6 @@ div.header {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: #c099ff;
|
||||
color: #2a2a2a;
|
||||
}
|
||||
|
||||
.main {
|
||||
width: 90%;
|
||||
max-width: 85%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue