our-siblings css variable fix, as well as new list item
This commit is contained in:
parent
67d409faac
commit
342ea10e13
2 changed files with 16 additions and 10 deletions
19
free.css
19
free.css
|
@ -9,10 +9,6 @@
|
|||
|
||||
columns: 2;
|
||||
}
|
||||
.support h2 {
|
||||
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
|
||||
1px 1px 0 #000;
|
||||
}
|
||||
|
||||
.link-branch {
|
||||
-webkit-column-break-inside: avoid;
|
||||
|
@ -20,7 +16,7 @@
|
|||
break-inside: avoid;
|
||||
width: 100%;
|
||||
aspect-ratio: 3/2;
|
||||
background-color: var(--load-dark);
|
||||
background-color: var(--load-1);
|
||||
padding: 20px;
|
||||
border-radius: 15px;
|
||||
-webkit-filter: drop-shadow(black 5px 5px 5px);
|
||||
|
@ -28,10 +24,13 @@
|
|||
margin-bottom: 40px;
|
||||
}
|
||||
.link-branch h2 {
|
||||
display: inline;
|
||||
margin: 5px;
|
||||
margin-left: 40px;
|
||||
padding: 2px 10px;
|
||||
|
||||
color: var(--max-light);
|
||||
color: var(--max-1);
|
||||
background-color: var(--title-background);
|
||||
}
|
||||
.link-branch ul {
|
||||
display: -webkit-box;
|
||||
|
@ -52,8 +51,8 @@
|
|||
margin-top: 40px;
|
||||
margin-bottom: 0;
|
||||
|
||||
background-color: var(--light);
|
||||
color: var(--dark);
|
||||
background-color: var(--accent-2);
|
||||
color: var(--background);
|
||||
}
|
||||
.link-branch ul a {
|
||||
margin: 10px auto;
|
||||
|
@ -66,8 +65,8 @@
|
|||
border-radius: 25px;
|
||||
}
|
||||
.link-branch ul a:hover li {
|
||||
background-color: var(--light);
|
||||
color: var(--dark);
|
||||
background-color: var(--accent-2);
|
||||
color: var(--background);
|
||||
}
|
||||
#link-list.support .link-branch {
|
||||
background-repeat: no-repeat;
|
||||
|
|
|
@ -155,6 +155,13 @@
|
|||
Operation Olive Branch
|
||||
</li>
|
||||
</a>
|
||||
<a
|
||||
href="https://www.pcrf.net/"
|
||||
>
|
||||
<li>
|
||||
Palestine Children’s Relief Fund
|
||||
</li>
|
||||
</a>
|
||||
<a
|
||||
href="https://www.thepalestineacademy.com/"
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue