mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-24 01:11:50 +00:00
create stylesheet and link to it
Created a simple stylesheet, linked to it, and removed body color attributes defined there. This reduces repetition and separates style and presentation.
This commit is contained in:
16
doc/style.css
Normal file
16
doc/style.css
Normal file
@@ -0,0 +1,16 @@
|
||||
html {
|
||||
background: #692764;
|
||||
color: #F5A0D8;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #8AAEE6;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #2B9DA4;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #95F0DA;
|
||||
}
|
||||
Reference in New Issue
Block a user