Pride thingy

This commit is contained in:
Kasper Rynning-Tønnesen
2019-06-14 18:33:22 +02:00
parent ba98375bf9
commit 9e6f302d45
2 changed files with 10 additions and 0 deletions

View File

@@ -25,6 +25,10 @@ a {
outline: 0 !important;
}
.pride-background {
background: linear-gradient(90deg, #f00000, #f00000 16.67%, #ff8000 16.67%, #ff8000 33.33%, #ffff00 33.33%, #ffff00 50%, #007940 50%, #007940 66.67%, #4040ff 66.67%, #4040ff 83.33%, #a000c0 83.33%, #a000c0) fixed;
}
.initial-line-height {
line-height: initial;
}