projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a0e695
)
added hr style
author
MatthewOwens
<matthew@owens.tech>
Tue, 21 Jul 2020 16:29:01 +0000
(17:29 +0100)
committer
MatthewOwens
<matthew@owens.tech>
Tue, 21 Jul 2020 16:29:01 +0000
(17:29 +0100)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
5209a5d
..
063084d
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-17,6
+17,11
@@
a:hover {
color:#f39090;
}
+hr {
+ border: 1em;
+ height: 1px;
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(46, 46, 46, 0.75), rgba(0, 0, 0, 0));
+}
#about-section {
margin:auto;
padding:2em;