[Misc] Tweak the CSS of the site notices

This commit is contained in:
Sindrake 2024-07-07 17:02:42 -07:00
parent 69207aa60d
commit 807232557b
2 changed files with 11 additions and 6 deletions

View File

@ -28,11 +28,16 @@ div#page {
padding: $padding-050;
text-align: center;
position: relative;
border: 1px solid themed("color-background");
border: 0;
margin-bottom: 0.5rem;
h1 {
font-size: $h2-size;
}
p:last-child {
margin-bottom: 0;
}
}
aside#sidebar {

View File

@ -4,6 +4,7 @@ div#news {
max-height: 1rem;
overflow-y: hidden;
user-select: none;
position: relative;
&:hover {
cursor: pointer;
@ -18,13 +19,12 @@ div#news {
}
.closebutton {
float: right;
position: absolute;
right: 0.5rem;
cursor: pointer;
margin-right: 10px;
font-size: 14pt;
font-size: 1.15rem;
font-weight: bold;
color: white;
vertical-align: center;
margin-top: -3px;
}
}