diff --git a/opensourcefund.html b/opensourcefund.html index c1ca741..4e62fc0 100644 --- a/opensourcefund.html +++ b/opensourcefund.html @@ -58,15 +58,23 @@

ประวัติ

-
- -

$5 to Saber via GitHub Sponsors from Late Night Defender on Aug 1, 2024

+
+ +
+
+

Financial contribution to Saber via GitHub Sponsors

+

Late Night Defender on Aug 1, 2024

+
+
+ $5
+ +
diff --git a/style.css b/style.css index e9ad796..2645448 100644 --- a/style.css +++ b/style.css @@ -139,11 +139,25 @@ h1 { transition-duration: 0.2s; } +.list { + border-radius: 12px 12px 12px 12px; + box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13); + margin-bottom: 50px; +} + .listaction { display: flex; align-items: center; } +.listactionmini { + display: grid; + grid-template-columns: 1fr 1cm; + text-decoration: none; + align-items: center; + min-height: 1.5cm; +} + .emojidecorations { font-size: 16pt; text-align: center; @@ -182,12 +196,20 @@ h1 { .grid-container { color: #000000; - } + } + + .list { + background-color: #ffffff; + } .listaction { color: black; } + .listactionmini { + color: black; + } + .button { background-color: rgba(0, 0, 0, 0.08); color: black; @@ -226,12 +248,20 @@ h1 { .grid-container { color: #fff; - } + } + + .list { + background-color: #363636; + } .listaction { color: white; } + .listactionmini { + color: #ffffff; + } + .button { background: rgba(255, 255, 255, 0.1); color: white;