Skip to content
Snippets Groups Projects
Commit d3c3ea6e authored by Christopher Guindon's avatar Christopher Guindon :palm_tree:
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
Branches main
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@
@brand-primary: #f89521; // Eclipse purple
@brand-secondary: #2c0b6e; // Grey
@dark-purple: #2F0556;
@font-family-sans-serif: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
@header-background:url(images/header-bg.jpg);
......@@ -41,4 +43,4 @@
@footer-h2-color:@white;
@footer-link-color:@white;
@featured-story-bg-img: none;
\ No newline at end of file
@featured-story-bg-img: none;
......@@ -405,6 +405,20 @@ table.gsc-search-box td.gsc-input {
background-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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment