Compare commits
No commits in common. "eb6fc189902cb6b8c4dee0b92b5eb38f22dc8741" and "29bdef01e2a0f8da1ab4504f64e9a5c7b5f6490d" have entirely different histories.
eb6fc18990
...
29bdef01e2
22
cv.css
22
cv.css
|
|
@ -1,25 +1,3 @@
|
||||||
a {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
a::after {
|
|
||||||
/* copied from https://practicaltypography.com/how-to-use.html */
|
|
||||||
position: relative;
|
|
||||||
content: "\FEFF°";
|
|
||||||
margin-left: 0.1em;
|
|
||||||
font-size: 90%;
|
|
||||||
top: -0.1em;
|
|
||||||
color: var(--accent);
|
|
||||||
font-feature-settings: "caps";
|
|
||||||
font-variant-numeric: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
|
||||||
background: var(--hover-background);
|
|
||||||
transition-property: background;
|
|
||||||
transition-duration: 0.2s;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
|
||||||
19
style.css
19
style.css
|
|
@ -38,6 +38,25 @@ h3 {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a::after {
|
||||||
|
/* copied from https://practicaltypography.com/how-to-use.html */
|
||||||
|
position: relative;
|
||||||
|
content: "\FEFF°";
|
||||||
|
margin-left: 0.1em;
|
||||||
|
font-size: 90%;
|
||||||
|
top: -0.1em;
|
||||||
|
color: var(--accent);
|
||||||
|
font-feature-settings: "caps";
|
||||||
|
font-variant-numeric: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
background: var(--hover-background);
|
||||||
|
transition-property: background;
|
||||||
|
transition-duration: 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue