new display system for socials

This commit is contained in:
bingus_violet 2024-11-14 01:59:13 -06:00
parent 3c37269075
commit 659a5f0bfc
4 changed files with 66 additions and 12 deletions

View file

@ -15,4 +15,20 @@ h1:nth-of-type(1) {
.mainDiv {
margin: auto;
}
.notpref {
border-color: rgb(150, 25, 25);
}
.notpref:hover {
border-color: red;
}
.neutralpref {
border-color: rgb(150, 150, 75);
}
.neutralpref:hover {
border-color: yellow;
}