Switched to HTML5-style routing Reworked Express backend to accommodate HTML5-style routing Links are now highlighted with a black background and white foreground Reworked spacing on H1s Added classes to nav buttons
14 lines
122 B
CSS
14 lines
122 B
CSS
@import 'default.css';
|
|
|
|
html,
|
|
body
|
|
{
|
|
color: #fff;
|
|
background-color: #000;
|
|
}
|
|
|
|
h1
|
|
{
|
|
width: calc(100% - 30px);
|
|
}
|