Skip to content

Commit

Permalink
coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
sealrealize committed Jan 13, 2024
1 parent 1f94f4a commit 1cb5d60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
15 changes: 0 additions & 15 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -657,19 +657,4 @@ pre {
.2xl\:ratio-21-9 { padding-top: 42.85%; } /* 21:9 Aspect Ratio */
.2xl\:ratio-32-9 { padding-top: 28.125%; } /* 32:9 Aspect Ratio */
}

#cookie-notice {font-size: larger; padding: 0.5rem 1rem; display: none;
text-align: center; position: fixed; bottom: 0; left: 20px; padding-top: 40px;
padding-bottom: 40px; width: 100%; background: rgb(70, 70, 70);
color: rgba(255,255,255,0.8);}

#cookie-notice a {font-weight: 600; display: inline-flex; cursor: pointer; margin-left: 0.5rem;}
#cookie-notice-accept {color:rgb(86, 228, 58)}
#cookie-notice-deny {color:rgb(243, 34, 34)}

@media (max-width: 767px) {
#cookie-notice span {display: block; padding-top: 3px; margin-bottom: 1rem;}
#cookie-notice a {position: relative; bottom: 4px;}
#cookie-notice {left: 0px;}
}

10 changes: 5 additions & 5 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ disableTextInHeader = false
# domain = "llama.yoursite.com"

[buymeacoffee]
identifier = ""
globalWidget = true
globalWidgetMessage = "Hello"
globalWidgetColor = "#FFDD00"
globalWidgetPosition = "Right"
#identifier = ""
#globalWidget = true
#globalWidgetMessage = "Hello"
#globalWidgetColor = "#FFDD00"
#globalWidgetPosition = "Right"

[verification]
# google = ""
Expand Down

0 comments on commit 1cb5d60

Please sign in to comment.