Violets-Purgatory/static/subpage.css

34 lines
476 B
CSS
Raw Normal View History

2024-02-12 11:12:15 -06:00
/*
This page applies to any page on the site EXCEPT
the main page. Please only make changes here if you
want to modify the CSS of ALL subpages.
*/
h1:nth-of-type(1) {
font-size: 2.5rem;
2024-04-16 14:25:15 -05:00
2024-02-12 11:12:15 -06:00
}
2024-06-26 19:18:44 -05:00
/* body {
2024-03-03 23:57:30 -06:00
padding: 5vh 0;
2024-06-26 19:18:44 -05:00
} */
2024-03-03 23:57:30 -06:00
2024-04-17 09:33:05 -05:00
.mainDiv {
margin: auto;
2024-11-14 01:59:13 -06:00
}
.notpref {
border-color: rgb(150, 25, 25);
}
.notpref:hover {
border-color: red;
}
.neutralpref {
border-color: rgb(150, 150, 75);
}
.neutralpref:hover {
border-color: yellow;
2024-02-12 11:12:15 -06:00
}