aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/xenium-2021/main.less
diff options
context:
space:
mode:
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;
+}