summaryrefslogtreecommitdiff
path: root/src/styles/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/main.css')
-rw-r--r--src/styles/main.css23
1 files changed, 5 insertions, 18 deletions
diff --git a/src/styles/main.css b/src/styles/main.css
index 794b217..049800a 100644
--- a/src/styles/main.css
+++ b/src/styles/main.css
@@ -5,6 +5,11 @@ body {
line-height: 1.2;
}
+a,
+a:visited {
+ color: blue;
+}
+
#root {
display: flex;
}
@@ -61,24 +66,6 @@ body {
padding-right: 2em;
}
-.object .user-presentation {
- margin-top: 2em;
-}
-
-.object > .user-presentation > .description {
- margin-top: 2em;
- font-style: italic;
- margin-bottom: 1em;
-}
-
-.object > .user-presentation > table .description {
- font-style: italic;
-}
-
-.object > .user-presentation > table .spacer {
- height: 1em;
-}
-
/* List */
#list-container > #controls {