aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/main.css
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2024-05-16 22:08:29 +0200
committerRomain Gonçalves <me@rgoncalves.se>2024-05-16 22:11:47 +0200
commit05b1d20b5ae8c69b7c42afaa8f7a52496bcb47a3 (patch)
treee91102969cb17c39059c0c5c28d31134fcfaf118 /src/styles/main.css
parent8f2eef6c2a94faaed2f93fee6d6e974753dc071a (diff)
downloadrgoncalves.se-05b1d20b5ae8c69b7c42afaa8f7a52496bcb47a3.tar.gz
feat(about): update resume with achievements
Diffstat (limited to 'src/styles/main.css')
-rw-r--r--src/styles/main.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/styles/main.css b/src/styles/main.css
index 1c47ae6..5886f3c 100644
--- a/src/styles/main.css
+++ b/src/styles/main.css
@@ -32,7 +32,9 @@ footer {
/* link */
-a, a:hover, a:visited {
+a,
+a:hover,
+a:visited {
color: blue;
}
@@ -69,7 +71,8 @@ table {
border-collapse: collapse;
}
-table th, table td {
+table th,
+table td {
padding: .4em 1em .4em 1em;
margin: 0;
overflow: hidden;
@@ -77,15 +80,19 @@ table th, table td {
/* code */
-pre, p code, li code {
+pre,
+p code,
+li code {
background-color: #eeeeee;
overflow: auto;
}
/* media file */
-img, video {
+img,
+video {
max-width: 100%;
+ cursor: crosshair;
}
/* screen size */
remember that computers suck.