Skip to content

Commit

Permalink
glt24: basoc colours
Browse files Browse the repository at this point in the history
  • Loading branch information
sophieschi committed Apr 5, 2024
1 parent a1f0b0d commit 9d334f9
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions configs/conferences/glt24/main.less
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
@import "../../../assets/css/_structure.less";

@orange: #580070;
@light: rgba(143,0,181,0.1);
@medium: #410053;
@dark: #1f0027;
@orange: #8b6d48;
@light: rgba(197,133,57,0.1);
@medium: #ff0000;
@dark: #3d2912;

@link-color: @orange;
@panel-primary-border: @orange;

@panel-bg: white;
@panel-default-heading-bg: @light;
@panel-default-text: @medium;
@panel-default-text: @dark;

@text-color: @dark;
body {
background-image: linear-gradient(to bottom right, #eeba7b, #dd9640);
background-size: cover;
background-repeat: no-repeat;
}

h1 { color: @medium; }
h1 { color: @dark; }

.overview .panel-title {
font-weight: bold;
Expand All @@ -24,8 +30,12 @@ nav .navbar-brand .icon {
background-size: contain;
}

.tab-content > .active {
background: white;
}

.glt24 {
background-image: url(steirertux.png);
background-image: url(steirertux.png);
background-repeat: no-repeat;
background-size: 194px 240px;

Expand Down

0 comments on commit 9d334f9

Please sign in to comment.