Skip to content

Commit

Permalink
improve styling
Browse files Browse the repository at this point in the history
  • Loading branch information
myrho committed Oct 1, 2024
1 parent 099f826 commit 44dc6f9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 10 deletions.
34 changes: 27 additions & 7 deletions assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ $xl3: 1.875rem;
$xl2: 1.5rem;
$sm: .875rem;

$heading-color: #6bc2c2;
$brand-color: #6bc2c2;
$h1-color: #324960;

.text-sm {
font-size: $sm;
Expand Down Expand Up @@ -107,6 +108,10 @@ body {
}
}

h1 {
color: $h1-color;
}

.page-container {
width: 80%;
@extend .mx-auto;
Expand Down Expand Up @@ -148,7 +153,7 @@ svg.slash path {
padding-bottom: 1.5rem;
width: 100%;
text-align: center;
color: $heading-color;
color: $brand-color;
@extend .text-3xl;
margin-bottom: 1rem;
margin-top: 1.5rem;
Expand Down Expand Up @@ -313,6 +318,8 @@ ul.contributors li {

/* TABLE */

$table-grey: $gray-700;

.table-wrapper{
box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
@extend .mb-3;
Expand All @@ -338,26 +345,39 @@ td {
}

thead th {
color: #ffffff;
background: $heading-color;
color: $white;
background: $brand-color;
}


thead th:nth-child(odd) {
color: #ffffff;
background: #324960;
color: $white;
background: $h1-color;
}

tr:nth-child(even) {
background: #F8F8F8;
background: $gray-100;
}

tr td:first-child {
width: 1%;
white-space: nowrap;
vertical-align: top;
color: $table-grey;
}

tr td:last-child {
font-weight: bold;
color: $gray-900;

em, em a[href] {
color: $table-grey;
font-weight: normal;
font-style: normal;
}
}


/*
@include media-breakpoint-down(md) {
table {
Expand Down
6 changes: 3 additions & 3 deletions events/gsconnect2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ In this session, our development team will showcase the latest advancements in G

| Time | Topic |
|---------------|-----------------------------------------------------|
| 13:00 - 13:30 | New dashboard: Iknaio Pathfinder<br>Michael Fröwis ([Iknaio](https://www.ikna.io/)) |
| 13:30 - 14:00 | Iknaio QuickLock<br>Thomas Niedermeyer ([Iknaio](https://www.ikna.io/)) |
| 13:00 - 13:30 | New dashboard: Iknaio Pathfinder<br>*Michael Fröwis ([Iknaio](https://www.ikna.io/))* |
| 13:30 - 14:00 | Iknaio QuickLock<br>*Thomas Niedermeyer ([Iknaio](https://www.ikna.io/))* |
| 14:00 - 14:30 | Coffee break |
| 14:30 - 15:00 | Wrap up<br>Bernhard Haslhofer ([CSH](https://www.csh.ac.at/)) |
| 14:30 - 15:00 | Wrap up<br>*Bernhard Haslhofer ([CSH](https://www.csh.ac.at/))* |

</div>

0 comments on commit 44dc6f9

Please sign in to comment.