new display system for socials
This commit is contained in:
parent
3c37269075
commit
659a5f0bfc
4 changed files with 66 additions and 12 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue