style: reveal liquid behind terminal
This commit is contained in:
parent
a817460fa7
commit
57636e230a
2 changed files with 4 additions and 4 deletions
|
|
@ -315,7 +315,7 @@ code {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
border: 2px solid rgba(143, 212, 208, 0.35);
|
border: 2px solid rgba(143, 212, 208, 0.35);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background: var(--bg-soft);
|
background: rgba(23, 37, 46, 0.8);
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
transform: rotate(1deg);
|
transform: rotate(1deg);
|
||||||
transition: transform 220ms ease, border-color 220ms ease;
|
transition: transform 220ms ease, border-color 220ms ease;
|
||||||
|
|
|
||||||
|
|
@ -19,8 +19,8 @@
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Archivo+Black&family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;1,400&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Archivo+Black&family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;1,400&display=swap" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="css/style.css?v=8">
|
<link rel="stylesheet" href="css/style.css?v=9">
|
||||||
<link rel="stylesheet" href="css/editorial.css?v=8">
|
<link rel="stylesheet" href="css/editorial.css?v=9">
|
||||||
|
|
||||||
<link rel="icon" href="/favicon.ico" sizes="any">
|
<link rel="icon" href="/favicon.ico" sizes="any">
|
||||||
<link rel="icon" href="/icon.svg" type="image/svg+xml">
|
<link rel="icon" href="/icon.svg" type="image/svg+xml">
|
||||||
|
|
@ -448,7 +448,7 @@
|
||||||
<p>© <span id="year">2026</span> Alex / Fi3w0</p>
|
<p>© <span id="year">2026</span> Alex / Fi3w0</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<script src="js/app.js?v=8" defer></script>
|
<script src="js/app.js?v=9" defer></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue