Skip to content

Commit 0b60d78

Browse files
committed
change color scheme
1 parent 90da5e5 commit 0b60d78

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/css/main.css

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
body {
22
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
33
line-height: 150%;
4-
background-color: beige;
4+
background-color: rgb(188, 188, 188);
55
}
66

77
#main {
88
padding: 2em;
99
}
1010

1111
a {
12-
color: blue;
12+
color: darkviolet;
1313
}
1414

1515
#bodytext {
@@ -37,8 +37,8 @@ nav a {
3737
padding: 4px;
3838
}
3939
nav a:hover {
40-
background-color: lightpink;
41-
border-bottom: 1px solid violet;
40+
background-color: lightgray;
41+
border-bottom: 1px solid lightgray;
4242
margin-bottom: 4px;
4343
}
4444

@@ -62,7 +62,7 @@ code {
6262
}
6363

6464
#jumbo-type {
65-
color: blue;
65+
color: darkviolet;
6666
}
6767

6868
#jumbo-defs {
@@ -81,7 +81,7 @@ ul input {
8181
text-decoration: none;
8282
text-align: center;
8383
display: inline-block;
84-
color: #5f00db;
84+
color: darkviolet;
8585
padding: .4em 1em;
8686
margin: 8px;
8787
/* background-color: thistle; */
@@ -127,7 +127,7 @@ ul input {
127127
}
128128

129129
#try a:hover {
130-
background-color: peachpuff;
130+
background-color: lightgray;
131131
}
132132

133133
#try a:after{
@@ -150,7 +150,7 @@ ul input {
150150
height: 0;
151151
border-top-color: transparent;
152152
border-bottom-color: transparent;
153-
border-left-color: #ec06ce;
153+
border-left-color: darkviolet;
154154
border-right-color: transparent;
155155
}
156156
50%{

0 commit comments

Comments
 (0)