Teaching_Assistant_Assistant/src/main/resources/static/css/header.css

13 lines
168 B
CSS

.header {
background-color: green;
color: whitesmoke;
}
.header a {
text-decoration: none;
color: inherit;
}
.header a:hover {
color: lightgray;
}