feat: pride month
This commit is contained in:
parent
2ae36fe3d3
commit
15da2d89f7
6 changed files with 57 additions and 0 deletions
17
css/base.css
17
css/base.css
|
|
@ -14,6 +14,23 @@ html {
|
|||
min-height: 100vh;
|
||||
}
|
||||
|
||||
#pride-banner {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.color.red { background-color: rgb(228, 3, 3); height: 16.66%; }
|
||||
.color.orange { background-color: rgb(255, 140, 0); height: 16.66%; }
|
||||
.color.yellow { background-color: rgb(255, 237, 0); height: 16.66%; }
|
||||
.color.green { background-color: rgb(0, 128, 38); height: 16.66%; }
|
||||
.color.blue { background-color: rgb(0, 76, 255); height: 16.66%; }
|
||||
.color.purple { background-color: rgb(115, 41, 130); height: 16.66%; }
|
||||
|
||||
header { padding-top: 25px; }
|
||||
|
||||
::selection {
|
||||
background-color: var(--fg-color);
|
||||
color: var(--bg-color);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue