This commit is contained in:
2025-03-22 12:04:23 -04:00
parent 9936e3b4b6
commit 277fea5d7c
7 changed files with 153 additions and 5 deletions

View File

@@ -291,14 +291,16 @@ button {
border-left-style: solid;
border-width: 8px;
padding: 12px 28px;
border-color: #88C0D0;
border-color: #374145;
border-radius: 5px;
background-color: #434C5E;
color: #ECEFF4;
background-color: #2e383c;
color: #d3c6aa;
}
button:hover {
background-color: #4C566A;
background-color: #1e2326;
border-color: #e67e80;
color: #e67e80;
}
hr.dotted {