Skip to content
Snippets Groups Projects
Commit d3c3ea6e authored by Christopher Guindon's avatar Christopher Guindon
Browse files

Merge branch 'zacharysabourin/main/33' into 'main'

fix: Adjusted button spacing and color

Closes #33

See merge request eclipsefdn/it/websites/eclipseide.org!36
parents 97a39a18 e5ac7c0c
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
@brand-primary: #f89521; // Eclipse purple @brand-primary: #f89521; // Eclipse purple
@brand-secondary: #2c0b6e; // Grey @brand-secondary: #2c0b6e; // Grey
@dark-purple: #2F0556;
@font-family-sans-serif: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; @font-family-sans-serif: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
@header-background:url(images/header-bg.jpg); @header-background:url(images/header-bg.jpg);
...@@ -41,4 +43,4 @@ ...@@ -41,4 +43,4 @@
@footer-h2-color:@white; @footer-h2-color:@white;
@footer-link-color:@white; @footer-link-color:@white;
@featured-story-bg-img: none; @featured-story-bg-img: none;
\ No newline at end of file
...@@ -405,6 +405,20 @@ table.gsc-search-box td.gsc-input { ...@@ -405,6 +405,20 @@ table.gsc-search-box td.gsc-input {
background-color: @white; background-color: @white;
border-color: @white; border-color: @white;
} }
ul {
li {
padding-bottom: 10px;
}
:nth-child(2) {
a {
background-color: @dark-purple;
border-color: @dark-purple;
color: @white;
}
}
}
} }
//== Featured Sponsors //== Featured Sponsors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment