Added ad-block PSA, to remind everyone that they should use an ad-blocking extension while browsing the web.

This commit is contained in:
rainbow napkin 2025-11-04 06:55:28 -05:00
parent 08fe051269
commit a8a5357b05
4 changed files with 91 additions and 2 deletions

View file

@ -230,4 +230,20 @@ p.tooltip, h3.tooltip{
.qoute{
font-family: monospace;
}
/* psa */
#psa-body{
padding: 1em;
display: flex;
}
#psa-closer{
float: right;
}
a.psa{
font-size: 1.5em;
text-align: center;
width: 100%;
}

View file

@ -468,6 +468,12 @@ select.panel-head-element{
color: var(--accent1);
}
/* psa */
#psa-container{
border: 3px solid var(--danger0);
background-color: var(--danger0-alt2);
}
/* tooltip */
div.tooltip{
background-color: var(--bg1);
@ -647,4 +653,5 @@ div.altcha{
altcha-widget a{
color: var(--accent1);
}
}