Skip to content

Commit

Permalink
fix colors
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljaz committed Jan 3, 2024
1 parent 7ab9b98 commit f8a923d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions views/cave.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
/* Handle */
::-webkit-scrollbar-thumb {
background: #a3cc41;
background: #873c16;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #a3cc41;
background: #873c16;
}
</style>
</head>
Expand All @@ -52,7 +52,7 @@
</a>
</div>
<div id="main">
<div class="my-[8rem] max-w-xl">
<div class="my-[8rem] max-w-2xl">
<div class="text-white text-5xl font-bold leading-tight mb-4">
Dołącz do świata <span class="text-[#873c16]"><%= shop.name %></span> już teraz!
</div>
Expand Down Expand Up @@ -96,7 +96,7 @@
<% for(let server of shop.servers) { %>
<div id="<%= server.id %>" class="mt-20 hidden server">
<a href="#"
class="bg-[#2a2a2a] text-white p-5 hover:opacity-[0.8] transition-all rounded-3xl text-lg font-bold flex w-fit gap-2 items-center">
class="bg-[#2a2a2a] p-5 hover:opacity-[0.8] transition-all rounded-3xl text-lg font-bold flex w-fit gap-2 items-center">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><path fill="currentColor" d="m7.825 13l5.6 5.6L12 20l-8-8l8-8l1.425 1.4l-5.6 5.6H20v2z"/></svg>
Powrót do listy serwerów
</a>
Expand Down

0 comments on commit f8a923d

Please sign in to comment.