Minor CSS improvements and fixes for pvnccdsb.on.ca which makes it a little nicer to browse.
CSS Fixes and Improvements for pvnccdsb.on.ca by QSschoolacc
Details
AuthorQSschoolacc
LicenseNo License
Categorypvnccdsb.on.ca
Created
Updated
Size761 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name CSS Fixes and Improvements for pvnccdsb.on.ca
@version 20240604.18.17
@namespace ?
==/UserStyle== */
@-moz-document domain("pvnccdsb.on.ca") {
a {
text-decoration: none !important;
}
a:hover {
text-decoration: underline !important;
color: white !important;
}
.search-btn:hover {
background-color: #0af !important;
transition: 0.2s;
}
.search-btn {
transition: 0.2s;
}
.youtube:hover {
background-color: red !important;
}
.instagram:hover {
background-color: #fd69eb !important;
}
.facebook:hover {
background-color: #316FF6 !important;
}
.home-post:hover h3 {
color: black !important;
}
.hdr-links a:hover {
color: rgb(32, 53, 146) !important;
}
}