Skip to content

Commit 8f08ea5

Browse files
committed
Get toc page darker
1 parent 2573931 commit 8f08ea5

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

backend/main/static/css/main.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
.toc {
2-
background: white ;
3-
}
41

52
.account-container {
63
width: 480px;

backend/main/static/css/toc.scss

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,37 @@
1-
body {
2-
color: #333;
3-
background-color: #fff;
4-
}
51

62
.toc {
73
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
84
font-size: 14px;
95
line-height: 1.42857143;
106
padding-bottom: 30px;
7+
color: #eee;
8+
background-color: #222;
119

1210
div.container, h1, h2, h3, p, a {
1311
font-family: inherit;
1412
font-size: inherit;
1513
line-height: inherit;
1614
}
15+
16+
a:hover {
17+
color: #007053;
18+
text-decoration: underline;
19+
}
20+
21+
a {
22+
color: #00bc8c;
23+
text-decoration: none;
24+
background-color: transparent;
25+
}
1726
}
1827

1928
.toc-header {
2029
position: relative;
2130
padding: 40px 0 50px 0;
22-
color: #cdbfe3;
31+
color: rgba(255, 255, 255, 0.6);
2332
text-align: center;
2433
text-shadow: 0 1px 0;
25-
background-color: #6f5499;
34+
background-color: #444;
2635
text-align: left;
2736

2837
h1 {

0 commit comments

Comments
 (0)