style: reveal liquid behind terminal

This commit is contained in:
Fi3w0 2026-08-11 17:03:33 +02:00
parent a817460fa7
commit 57636e230a
2 changed files with 4 additions and 4 deletions

View file

@ -315,7 +315,7 @@ code {
overflow: visible;
border: 2px solid rgba(143, 212, 208, 0.35);
border-radius: 0;
background: var(--bg-soft);
background: rgba(23, 37, 46, 0.8);
box-shadow: none;
transform: rotate(1deg);
transition: transform 220ms ease, border-color 220ms ease;

View file

@ -19,8 +19,8 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Archivo+Black&amp;family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;1,400&amp;display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css?v=8">
<link rel="stylesheet" href="css/editorial.css?v=8">
<link rel="stylesheet" href="css/style.css?v=9">
<link rel="stylesheet" href="css/editorial.css?v=9">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
@ -448,7 +448,7 @@
<p>&copy; <span id="year">2026</span> Alex / Fi3w0</p>
</footer>
<script src="js/app.js?v=8" defer></script>
<script src="js/app.js?v=9" defer></script>
</body>
</html>