summaryrefslogtreecommitdiff
path: root/Pages/Component/AboutDialog.razor.css
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-08-29 15:16:24 +1000
committerJake Mannens <jake@asger.xyz>2023-08-29 15:46:02 +1000
commitd3b8abea30cda6127e9318f7762df175d5f6d459 (patch)
tree494ecb0d37b6ed7061095ff9023aad7b5a2d8a33 /Pages/Component/AboutDialog.razor.css
parent95a2d3467dcc7b28dd6eedc1405e097c947c7bc4 (diff)
Prettified about dialog
Diffstat (limited to 'Pages/Component/AboutDialog.razor.css')
-rw-r--r--Pages/Component/AboutDialog.razor.css26
1 files changed, 17 insertions, 9 deletions
diff --git a/Pages/Component/AboutDialog.razor.css b/Pages/Component/AboutDialog.razor.css
index cb503d4..0a523a4 100644
--- a/Pages/Component/AboutDialog.razor.css
+++ b/Pages/Component/AboutDialog.razor.css
@@ -1,10 +1,18 @@
-p#license {
- background: #222;
- box-sizing: border-box;
- font-family: 'Lucida Console';
- font-size: 8pt;
- max-height: 300px;
- overflow-y: auto;
- padding: 20px;
- text-align: center;
+p#title {
+ margin-bottom: 0;
+}
+
+p#author {
+ font-size: 8pt;
+}
+
+div#license {
+ background: #222;
+ border-radius: 10px;
+ box-sizing: border-box;
+ font-family: 'Lucida Console';
+ font-size: 8pt;
+ max-height: 300px;
+ overflow-y: auto;
+ padding: 20px;
}