mirror of
https://github.com/Xevion/utsa-handbook.git
synced 2025-12-18 06:13:46 -06:00
Restructure with dark/light mode toggle component
This commit is contained in:
@@ -34,11 +34,11 @@ body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
background: linear-gradient(var(--gray-gradient)) no-repeat;
|
||||
background-size: 100% 600px;
|
||||
/* background: linear-gradient(var(--gray-gradient)) no-repeat; */
|
||||
/* background-size: 100% 600px; */
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
color: rgb(var(--gray-dark));
|
||||
/* color: rgb(var(--gray-dark)); */
|
||||
font-size: 20px;
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user