refactor(styles): unify look and feel across pages
Signed-off-by: SphericalKat <amolele@gmail.com>
This commit is contained in:
parent
0618654ad5
commit
7374d7189e
@ -6,6 +6,8 @@
|
|||||||
* {
|
* {
|
||||||
font-family: "JetBrains Mono", monospace;
|
font-family: "JetBrains Mono", monospace;
|
||||||
color: white;
|
color: white;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
@ -32,6 +34,11 @@ code {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
© <%= DateTime.utc_now().year %> SphericalKat
|
© <%= DateTime.utc_now().year %> SphericalKat
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/sphericalkat/katbin-elixir">
|
<a href="https://github.com/sphericalkat/katbin-elixir">
|
||||||
GitHub
|
Fork me!
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -8,5 +8,5 @@
|
|||||||
</a>
|
</a>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<code class="break-word pl-2 h-full w-full nomarkdown overflow-y-auto"><%= @paste.content %></code>
|
<code class="break-word px-6 py-4 h-full w-full nomarkdown overflow-y-auto"><%= @paste.content %></code>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user