Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 9b72fe6

Browse files
committed
Co-authored-by: Michael <[email protected]>
Co-authored-by: Dio_CT <[email protected]>
1 parent 201dcb6 commit 9b72fe6

File tree

2 files changed

+166
-233
lines changed

2 files changed

+166
-233
lines changed

cover.css

+4-50
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,4 @@
1-
/*
2-
* Globals
3-
*/
4-
5-
6-
/* Custom default button */
7-
.btn-light,
8-
.btn-light:hover,
9-
.btn-light:focus {
10-
color: #333;
11-
text-shadow: none; /* Prevent inheritance from `body` */
12-
}
13-
14-
15-
/*
16-
* Base structure
17-
*/
18-
19-
body {
20-
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
21-
box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
22-
}
23-
24-
.cover-container {
25-
max-width: 42em;
26-
}
27-
28-
29-
/*
30-
* Header
31-
*/
32-
33-
.nav-masthead .nav-link {
34-
color: rgba(255, 255, 255, .5);
35-
border-bottom: .25rem solid transparent;
36-
}
37-
38-
.nav-masthead .nav-link:hover,
39-
.nav-masthead .nav-link:focus {
40-
border-bottom-color: rgba(255, 255, 255, .25);
41-
}
42-
43-
.nav-masthead .nav-link + .nav-link {
44-
margin-left: 1rem;
45-
}
46-
47-
.nav-masthead .active {
48-
color: #fff;
49-
border-bottom-color: #fff;
50-
}
1+
/* Define CSS styles */
2+
body {
3+
font-family: "Comic Sans MS", "Comic Sans", cursive;
4+
}

0 commit comments

Comments
 (0)