diff --git a/htdocs/assets/_footer.php b/htdocs/assets/_footer.php index 3984f68..a434eaa 100644 --- a/htdocs/assets/_footer.php +++ b/htdocs/assets/_footer.php @@ -51,6 +51,6 @@
-

© - All Rights Reserved
Developed with ❤ in India

+

© - All Rights Reserved
Developed with ❤ in India

\ No newline at end of file diff --git a/htdocs/assets/style.css b/htdocs/assets/style.css index 5c95b55..e0294cf 100644 --- a/htdocs/assets/style.css +++ b/htdocs/assets/style.css @@ -1172,10 +1172,6 @@ video { cursor: pointer; } -.resize { - resize: both; -} - .list-disc { list-style-type: disc; } @@ -1798,10 +1794,6 @@ video { outline-offset: 2px; } -.outline { - outline-style: solid; -} - .blur-2xl { --tw-blur: blur(40px); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); @@ -1812,11 +1804,6 @@ video { filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } -.blur { - --tw-blur: blur(8px); - filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); -} - .filter { filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }