Colours.
This commit is contained in:
parent
ae00d64a3b
commit
415858b199
1 changed files with 8 additions and 2 deletions
10
style.css
10
style.css
|
@ -30,14 +30,20 @@
|
|||
}
|
||||
|
||||
#skillset_header {
|
||||
background-color: #FF8822;
|
||||
background-color: #DE5235;
|
||||
}
|
||||
|
||||
#skillset_contents {
|
||||
background-color: #DB7B67;
|
||||
}
|
||||
|
||||
#exp_header {
|
||||
background-color: #FF9933;
|
||||
background-color: #35C1DE;
|
||||
}
|
||||
|
||||
#exp_contents {
|
||||
display: none;
|
||||
|
||||
background-color: #62C9DE;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue