Skip to content

Instantly share code, notes, and snippets.

@ItsJustJoshDev
Created February 4, 2022 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ItsJustJoshDev/2db5ff4606039d11e3bb03303ae5bd52 to your computer and use it in GitHub Desktop.
Save ItsJustJoshDev/2db5ff4606039d11e3bb03303ae5bd52 to your computer and use it in GitHub Desktop.
/**
* @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