This inserts the map structure we will use for the project.
This commit is contained in:
15
website/styles/main.css
Normal file
15
website/styles/main.css
Normal file
@@ -0,0 +1,15 @@
|
||||
body {
|
||||
background-color: white;
|
||||
color: #333;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: #845663;
|
||||
color: white;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: #845663;
|
||||
color: white;
|
||||
}
|
||||
Reference in New Issue
Block a user