add color menu

This commit is contained in:
Profile Profile
2026-01-25 01:00:24 +03:00
parent ec2daae26b
commit 72ea28179f
5 changed files with 185 additions and 16 deletions

View File

@@ -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;