🐞 fix(): Adjusted navbar edited hero text

This commit is contained in:
alokify
2024-11-07 11:40:46 +05:30
parent fb70449492
commit e155bd20db
2 changed files with 7 additions and 4 deletions

View File

@@ -60,12 +60,12 @@
<section class="hero"> <section class="hero">
<div class="hero-content"> <div class="hero-content">
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="400" height="400"> <svg class="hero-icon neon" version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="425" height="425">
<a href="/" target="_blank" aria-label="Visit Snigdha OS"> <a href="/" target="_blank" aria-label="Visit Snigdha OS">
<title>Snigdha OS</title> <title>Snigdha OS</title>
<style> <style>
.s0 { display: none;fill: #28282b } .s0 { display: none;fill: #28282b }
.s1 { fill: #ffffff } .s1 { fill: #ffffff;}
.s2 { display: none;fill: #754ffe } .s2 { display: none;fill: #754ffe }
</style> </style>
@@ -75,7 +75,7 @@
</a> </a>
</svg> </svg>
<div class="hero-text"> <div class="hero-text">
<h1>SNIGDHA OS</h1> <h1>Snigdha OS</h1>
<h2>Be Silent, When It Is Time To Hear!</h2><br> <h2>Be Silent, When It Is Time To Hear!</h2><br>
<p> <p>
A lightweight and highly customizable Linux distribution based on Arch and the Linux Zen Kernel. A lightweight and highly customizable Linux distribution based on Arch and the Linux Zen Kernel.

View File

@@ -28,7 +28,10 @@ body {
top: 0; top: 0;
background-color: rgba(26, 31, 44, 0.0); background-color: rgba(26, 31, 44, 0.0);
z-index: 1000; z-index: 1000;
} padding-inline:5rem;
backdrop-filter:blur(5px);
border:
}
.logo { .logo {
height: 40px; height: 40px;