From 485e67f183fc1c8b776cb491e69db4717256c0dc Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 4 Mar 2025 02:23:26 +0530 Subject: [PATCH] fix: format --- src/index.css | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/index.css b/src/index.css index 194ae0bb..05052000 100644 --- a/src/index.css +++ b/src/index.css @@ -11,7 +11,7 @@ body { padding: 0; scrollbar-gutter: stable; overflow-y: auto; - + } input:-webkit-autofill, @@ -35,6 +35,7 @@ html { a { color: #ff00c3; + &:hover { color: #ff00c3; } @@ -42,7 +43,7 @@ a { code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', - monospace; + monospace; color: #ff00c3; } @@ -57,7 +58,7 @@ code { align-items: center; overflow: hidden; position: relative; - + } #browser-content { @@ -65,14 +66,14 @@ code { width: 100%; display: flex; flex-direction: column; - transform: scale(1); /* Ensure no scaling */ - transform-origin: top left; /* Keep the position fixed */ + transform: scale(1); + /* Ensure no scaling */ + transform-origin: top left; + /* Keep the position fixed */ } -#browser { - -} +#browser {} #browser-window { overflow-y: auto; @@ -176,4 +177,4 @@ code { height: calc(100vh - 2rem); margin: 1rem 55rem; } -} +} \ No newline at end of file