forked from remy/mit-license
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dark-seagreen-mineral.css
95 lines (80 loc) · 1.8 KB
/
dark-seagreen-mineral.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
/* dark-seagreen-mineral theme v1.0.0 by Axorax - https://github.com/Axorax/mit-license-themes-axorax
* MIT License - https://axorax.mit-license.org/
* Preview - https://axorax.github.io/mit-license-themes-axorax/preview?theme=dark-seagreen-mineral
*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
:root {
color-scheme: dark;
}
body {
margin: 0;
font-family: 'Source Sans Pro', sans-serif;
line-height: 1.5;
background: #121212;
color: #f5f5f5;
}
a {
text-decoration: none;
color: #2e8b57;
}
a:hover, a:focus {
text-decoration: underline;
}
article, footer {
width: 51.5rem;
max-width: calc(100% - 6rem);
margin: 1.2em auto 0 auto;
border-radius: 5px;
padding: 2rem;
background: #171717;
border: 1.3px solid #2e8b57;
font-size: 16px;
}
article p:nth-last-child(2) {
border-left: 3px solid #2e8b57;
padding: .8rem 1.2rem;
border-radius: 7px;
background: #2e8b5759;
color: #2e8b57;
}
footer {
width: 54rem;
max-width: calc(100% - 3.6rem);
text-align: center;
padding: 0 .8rem !important;
margin-bottom: 1em;
}
footer a, footer p {
color: #2e8b57;
padding: 0 !important;
transition: 400ms;
}
footer a:hover, footer a:focus {
color: #52d48a;
text-decoration: none;
}
h1 {
margin-top: 0;
color: #2e8b57 !important;
font-weight: normal;
display: inline;
padding: 0 0 3px 0;
line-height: 36px;
}
article p:first-of-type {
margin-top: 1.6em;
}
article p:last-child {
margin-bottom: 0;
}
::selection {
background: #2d68fc;
}
#gravatar {
position: relative;
float: right;
margin-bottom: 1em;
margin-left: 1em;
border-radius: 50%;
border: 1.3px solid #2e8b57;
}