diff options
| author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-27 18:43:56 +0100 |
|---|---|---|
| committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-27 18:43:56 +0100 |
| commit | 1ff554fefe5a960e544c49fdd47fd1f0963e8ebc (patch) | |
| tree | 3cf26ac5f2f08fde9876aa2ce5f4ffafab26b16c /apps/website/src/styles | |
| parent | 2dda71f216ed8e06c2ebeb4bdcf9cd3d19519c47 (diff) | |
| download | Nexus-1ff554fefe5a960e544c49fdd47fd1f0963e8ebc.tar.gz Nexus-1ff554fefe5a960e544c49fdd47fd1f0963e8ebc.tar.bz2 Nexus-1ff554fefe5a960e544c49fdd47fd1f0963e8ebc.zip | |
Pretty much finished the mods page except for images / svgs
Diffstat (limited to 'apps/website/src/styles')
| -rw-r--r-- | apps/website/src/styles/global.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/website/src/styles/global.css b/apps/website/src/styles/global.css index 340c9e0..1a9f19b 100644 --- a/apps/website/src/styles/global.css +++ b/apps/website/src/styles/global.css @@ -5,6 +5,7 @@ * { font-family: 'Poppins', sans-serif; + -webkit-tap-highlight-color: transparent; } @layer base { @@ -25,6 +26,10 @@ body { @apply text-[14px] md:text-[16px]; } + + a { + -webkit-user-drag: none; + } } /* Codeblocks */ @@ -33,6 +38,7 @@ border-radius: 16px; border: 1px solid rgba(65, 74, 88, 1); width: 100%; + line-height: 18px; } .astro-code code { |
