add color menu
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
@import './reset.css';
|
||||
@import './components/ContentGrid.css';
|
||||
@import './components/theme-colors.css';
|
||||
|
||||
|
||||
|
||||
html{
|
||||
font-family: Roboto,sans-serif;
|
||||
@@ -11,6 +14,14 @@ body {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.container{
|
||||
margin: 0 auto;
|
||||
width: 1200px;
|
||||
|
||||
Reference in New Issue
Block a user