aboutsummaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2024-12-31 22:53:03 -0500
committerAndrew Lee <[email protected]>2024-12-31 23:07:31 -0500
commite179d5bdd30ec7d39771c9a54689f32d28b49f42 (patch)
tree1d5a25a6f7e89adc62351cbd1d78f544cd8479f5 /src/styles
parent642c484022719a6428ce03d92a48aa0e59b049e5 (diff)
downloadshiftos-archive-website-e179d5bdd30ec7d39771c9a54689f32d28b49f42.tar.gz
shiftos-archive-website-e179d5bdd30ec7d39771c9a54689f32d28b49f42.tar.bz2
shiftos-archive-website-e179d5bdd30ec7d39771c9a54689f32d28b49f42.zip
Now it should link to the proper repo, links clickable, fixed metadata
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/style.css14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/styles/style.css b/src/styles/style.css
index 98acff7..2f5d005 100644
--- a/src/styles/style.css
+++ b/src/styles/style.css
@@ -15,19 +15,21 @@ body {
text-align: center;
}
-a:link {
+a {
color: #00e600;
- background-color: transparent;
text-decoration: none;
font-size: 20px;
}
-a:visited {
- color: gray;
- background-color: transparent;
- text-decoration: none;
+a:hover {
+ color: #00ff00;
+}
+
+a:active {
+ color: #009400;
}
+
p {
font-size: 20px;
}