Created
February 4, 2022 22:54
-
-
Save ItsJustJoshDev/2db5ff4606039d11e3bb03303ae5bd52 to your computer and use it in GitHub Desktop.
IPadOS By Gibbu#1211 Fixed With https://laynetheepic.github.io/projects/pc-theme-converter/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @name iPadOS | |
* @author Gibbu#1211 | |
* @authorId 174868361040232448 | |
* @version 0.1.0 | |
* @invite TeRQEPb | |
* @description Discord redesigned to be simplified. Design by jacktompsett on Behance. | |
* @source https://github.com/DiscordStyles/iPadOS | |
*/ | |
/* Poppins Google Font */ | |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap'); | |
/* iPadOS base css */ | |
@import url('https://gist.githack.com/TheRealGWJosh/58af6f74adfda392beb0ac36f8ecba8a/raw/371522ab1d87bc9caa567e71b31680b73c516a4c/IPadOS.css'); | |
/** | |
* You can view more variables to customize here: https://github.com/DiscordStyles/iPadOS/blob/main/src/base/_root.scss | |
* Simply copy the variable and value below inside the :root {} below | |
*/ | |
:root { | |
--accent: 84, 116, 230; | |
--font: 'Poppins'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment