clean underlines
Gitea/resume/pipeline/head This commit looks good
Details
Gitea/resume/pipeline/head This commit looks good
Details
This commit is contained in:
parent
1417a08020
commit
ea13e184f8
|
@ -195,11 +195,12 @@ b {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration-line: underline;
|
text-decoration-line: underline;
|
||||||
text-decoration-style: dotted;
|
|
||||||
text-decoration-color: var(--pine);
|
text-decoration-color: var(--pine);
|
||||||
color: var(--foam);
|
color: var(--foam);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3>Allow me to introduce myself.</h3>
|
<h3>Allow me to introduce myself...</h3>
|
||||||
<img src="images/cv.png" alt="A photo of myself, smiling to camera.">
|
<img src="images/cv.png" alt="A photo of myself, smiling to camera.">
|
||||||
|
|
||||||
<div id="intro">
|
<div id="intro">
|
||||||
|
|
Loading…
Reference in New Issue