css cleanup, added downloads page
This commit is contained in:
37
public/download.css
Normal file
37
public/download.css
Normal file
@ -0,0 +1,37 @@
|
||||
.list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 15px 0 15px 0;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.entry {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
background: var(--dark-second);
|
||||
border: solid 1px var(--bright-main);
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.downloads {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.entry h1 {
|
||||
color: var(--bright-main);
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.entry a, .entry p {
|
||||
color: var(--bright-main);
|
||||
font-size: 20px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.entry a:hover {
|
||||
color: var(--bright-second);
|
||||
}
|
Reference in New Issue
Block a user