aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/xenium-2021/main.less
diff options
context:
space:
mode:
authorderchris2021-08-25 19:16:01 +0200
committerderchris2021-08-25 19:16:01 +0200
commit66daedbae7acd1bccd9017563f08c5be5444ee25 (patch)
tree681129f61b6b36d15f162a3bda2593f8547cf607 /configs/conferences/xenium-2021/main.less
parentabccd3581ec9f9ff23249187c6a2ea0381621733 (diff)
add xenium 2021
Diffstat (limited to 'configs/conferences/xenium-2021/main.less')
-rw-r--r--configs/conferences/xenium-2021/main.less43
1 files changed, 43 insertions, 0 deletions
diff --git a/configs/conferences/xenium-2021/main.less b/configs/conferences/xenium-2021/main.less
new file mode 100644
index 0000000..a1924a6
--- /dev/null
+++ b/configs/conferences/xenium-2021/main.less
@@ -0,0 +1,43 @@
+@import "../../../assets/css/_structure.less";
+@navbar-default-bg: #212121;
+
+nav .navbar-brand .icon {
+ background-image: url("logo_2021c.svg");
+ background-size: contain;
+ background-repeat: no-repeat;
+ height: 100px;
+ width: 100px;
+}
+
+body {
+ background-color: #0a0a0a;
+ color: #d3d5d3;
+}
+
+h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
+ color: #d3d5d3;
+}
+
+a {
+ color: #6a6767;
+}
+
+a:hover {
+ color: #961e21;
+}
+
+footer a {
+ color: #d3d5d3;
+}
+
+footer a:hover {
+ color: #961e21;
+}
+
+.navbar-default .navbar-brand {
+ color: #d3d5d3;
+}
+
+.navbar-default .navbar-brand a:hover {
+ color: #961e21;
+}