aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rw-r--r--static/css/darktheme.css51
1 files changed, 51 insertions, 0 deletions
diff --git a/static/css/darktheme.css b/static/css/darktheme.css
index 37eb618..e052a92 100644
--- a/static/css/darktheme.css
+++ b/static/css/darktheme.css
@@ -187,4 +187,55 @@ nav.navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light {
::-webkit-scrollbar-thumb:active {
background-color: #222;
+}
+
+#project-hero {
+ height: 65vh;
+ margin-top: -84px;
+ margin-bottom: 16px;
+ background-size: cover;
+ background-position: center;
+}
+
+#apps_outer {
+ background: transparent;
+ border: none;
+}
+
+#apps_outer::after {
+ display: none;
+}
+
+#apps_path {
+ fill: #fff;
+}
+
+#apps_outer:hover #apps_path {
+ opacity: .75;
+}
+
+#apps_outer:active #apps_path, #apps_outer:focus #apps_path {
+ opacity: .5;
+}
+
+.app-icon {
+ width: 24px;
+ height: 24px;
+ vertical-align: middle;
+ margin-right: 5px;
+ filter: invert(1);
+}
+
+.app-title {
+ vertical-align: middle;
+}
+
+.code {
+ background: #222;
+ padding: 10px;
+ border-radius: 10px;
+ font-family: monospace;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ word-wrap: break-word;
} \ No newline at end of file