]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/assets/css/theme.css
Add two more navigation menu entries.
[PrivacyCell.git] / app / src / main / assets / css / theme.css
index 2ccd34cc4937a58558aa02ad3cfe0a2a336a9494..421f9c106ada381e2205a7e52266ff55c5617f56 100644 (file)
@@ -47,4 +47,27 @@ h3 {
   h3 {
     color: #8AB4F8;  /* Violet 500 */
   }
+}
+
+/* Red bold text */
+strong.red {
+  color: #B71C1C;  /* Red 900. */
+}
+
+@media (prefers-color-scheme: dark) {
+  strong.red {
+    color: #FC684E;  /* Salmon. */
+  }
+}
+
+/* Blue bold text */
+strong.blue {
+  color: #1565C0;  /* Blue 800. */
+}
+
+
+/* List items. */
+item {
+  color: #1565C0;  /* Blue 800. */
+  font-weight: bold;
 }
\ No newline at end of file