diff --git a/public/index.html b/public/index.html
index 304b6b2..52b99ba 100755
--- a/public/index.html
+++ b/public/index.html
@@ -12,14 +12,12 @@
-
diff --git a/public/modal.css b/public/modal.css
index 26a434c..11cded2 100644
--- a/public/modal.css
+++ b/public/modal.css
@@ -50,8 +50,6 @@
z-index: 3;
}
.modal__body {
- /* background: #fff;
- color: #333; */
border: 2px solid #f3bbae92;
background: rgba(36, 25, 23, 1);
color: #f3bbae;
diff --git a/public/style.css b/public/style.css
index 8c556db..7d829ab 100755
--- a/public/style.css
+++ b/public/style.css
@@ -15,7 +15,7 @@ body {
margin: 0;
background: #241917;
color: #f3bbae;
- font-family: Monaco, monospace;
+ font-family: Monaco, monospace !important;
}
body,
@@ -54,9 +54,8 @@ body,
border: 4px solid #f3bbae92;
text-align: left;
z-index: 10;
- word-wrap: break-word;
- font-family: Monaco, monospace;
background-color: #241917;
+ max-width: 85vw;
}
.tabs {
@@ -73,14 +72,21 @@ body,
}
.tab-content {
+ word-wrap: break-word;
display: none;
padding: 20px 20px;
padding-top: 0px;
}
-
-.tab-content a {
-
+.pgp-address {
+ word-wrap: break-word;
+ display: block;
+ font-size: 12px !important;
+ background-color: #241917;
+ color: #fff;
+ border-radius: 2px;
+ border: 2px solid #f3bbae;
+ padding: 5px;
}
.tab:checked ~ label {
@@ -118,23 +124,36 @@ body,
.bullet-text {
font-size: 14px;
- font-family: Monaco, monospace;
text-align: left;
z-index: 2;
position: relative;
}
-.center-text a {
+.tab-content a {
color: #f3bbae;
transition: color 0.5s ease;
font-size: 14px;
}
-.center-text a:hover {
+.tab-content a:hover {
color: #ffffff;
}
.visible {
z-index: 0;
+}
+
+ul.alt-bullet {
+ list-style-type: none;
+}
+
+ul.alt-bullet li::before {
+ content: "-";
+ display: inline-block;
+ width: 1em;
+}
+
+.alt-bullet {
+ padding-left: 1rem !important;
}
\ No newline at end of file