Files
java-tutorials/spring-thymeleaf/src/main/webapp/WEB-INF/css/styles.css
T

13 lines
143 B
CSS

body {
background-color: lightGray
}
.dark {
background-color: black;
color: white;
}
.light {
background-color: #f1f1f1;
color: #ccc;
}