Started colour scheme work
Added a GIMP file to play around in for colour picking [Cutieguwu Website Template.xcf]. Added a CSS file to keep track of theme colours [theme.css]. Adjusted current theme colours according to current mock theme. Adjusted some class wording and heading choices in home.html and style.css
This commit is contained in:
31
Global_Resources/theme.css
Normal file
31
Global_Resources/theme.css
Normal file
@@ -0,0 +1,31 @@
|
||||
.background{
|
||||
color: #3f0073;
|
||||
}
|
||||
|
||||
.foreground_1{
|
||||
color: #b061f2;
|
||||
}
|
||||
|
||||
.foreground_2{
|
||||
color: #b772f1;
|
||||
}
|
||||
|
||||
.foreground_3{
|
||||
color: #c57fff;
|
||||
}
|
||||
|
||||
.button{
|
||||
color: #bf00b6;
|
||||
}
|
||||
|
||||
.button:hover{
|
||||
color: #990091;
|
||||
}
|
||||
|
||||
.text_1{
|
||||
color: white;
|
||||
}
|
||||
|
||||
.heading_1{
|
||||
color: #ff7fbc;
|
||||
}
|
||||
Reference in New Issue
Block a user