docs(meta): this re-uploads the commit that was changed by faulty Action

Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
This commit is contained in:
nopeitsnothing
2024-08-05 02:46:32 -04:00
parent 6c17236c66
commit de373580d5
4 changed files with 16 additions and 16 deletions

View File

@@ -22,7 +22,7 @@ td {
border: 1px solid orange;
}
td:nth-child(1) {
td:nth-child(1) {
border: 2px solid orange;
font-weight: bold
}
@@ -55,10 +55,10 @@ a {
}
.btn_small {
display: inline-block; background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3));
font-family: Helvetica, Arial, sans-serif; font-weight: bold;
font-size: 13px;
text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
display: inline-block; background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3));
font-family: Helvetica, Arial, sans-serif; font-weight: bold;
font-size: 13px;
text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
background:#DCDCDC;
color: #111;
@@ -66,7 +66,7 @@ a {
border: 1px solid rgba(0, 0, 0, 0.3);
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
border-top: 1px solid rgba(0, 0, 0, 0.35);
padding: 1px 5px;
padding: 1px 5px;
border-radius: 25px;
}
@@ -74,12 +74,12 @@ a {
background: -webkit-linear-gradient(top, rgba(40,40,40,0.4), rgba(35,35,35,0.4) 50%, rgba(10,10,10,0.4) 50%, rgba(0,0,0,0.4));
}
code.highlighter-rouge {
code.highlighter-rouge {
background:#DCDCDC;
color: #000000
}
.highlight {
.highlight {
background:#DCDCDC;
color: #000000
}

View File

@@ -25,7 +25,7 @@ td {
border: 1px solid orange;
}
td:nth-child(1) {
td:nth-child(1) {
border: 2px solid orange;
font-weight: bold
}
@@ -37,15 +37,15 @@ td:nth-child(1) {
}
.btn_small {
display: inline-block; background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3));
font-family: Helvetica, Arial, sans-serif; font-weight: bold;
font-size: 13px;
text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
display: inline-block; background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3));
font-family: Helvetica, Arial, sans-serif; font-weight: bold;
font-size: 13px;
text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
border: 1px solid rgba(0, 0, 0, 0.3);
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
border-top: 1px solid rgba(0, 0, 0, 0.35);
padding: 1px 5px;
padding: 1px 5px;
border-radius: 25px;
color: rgba(255, 255, 255, 0.8);
}