| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- @font-face {
- font-family: 'Cookie';
- font-style: normal;
- font-weight: 400;
- font-display: swap;
- src: url('/fonts/Cookie.ttf') format('truetype');
- }
- /* Buy me a coffee button */
- .bmc-btn {
- min-width: 210px;
- color: #000000;
- background-color: #FFDD00 !important;
- height: 60px;
- border-radius: 12px;
- font-size: 28px;
- font-weight: Normal;
- border: none;
- padding: 0px 24px;
- line-height: 27px;
- text-decoration: none !important;
- display: inline-flex !important;
- align-items: center;
- font-family: 'Cookie', cursive !important;
- box-sizing: border-box !important;
- }
- .bmc-btn svg {
- height: 32px !important;
- margin-bottom: 0px !important;
- box-shadow: none !important;
- border: none !important;
- vertical-align: middle !important;
- transform: scale(0.9);
- flex-shrink: 0;
- }
- .bmc-btn-text {
- margin-left: 8px;
- display: inline-block;
- line-height: 0;
- width: 100%;
- flex-shrink: 0;
- }
- .logo-outline {
- fill: #000;
- }
- .logo-coffee {
- fill: white;
- }
- hr.after-content {
- margin-top: 1em;
- margin-bottom: 1em;
- }
- .donate-text {
- margin-bottom:
- }
|