Advertisement
Reissfeld

BetterDiscord Dark

Feb 4th, 2023 (edited)
923
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.79 KB | Source Code | 0 0
  1. :root{
  2.     --font-primary: "Whitney", "gg sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  3.     --font-display: "Whitney", "gg sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  4.     --background-primary: #191a1c;
  5.     --background-secondary: #191a1c;
  6.     --background-secondary-alt: #191a1c;
  7.     --background-tertiary: #191a1c;
  8. }
  9.  
  10. @font-face {
  11.     font-family: "Whitney";
  12.     font-style: normal;
  13.     font-weight: 300;
  14.     src: url("https://cdn.jsdelivr.net/gh/snappycreeper/olddiscordfont/fonts/Whitney-Normal-300.woff2") format("woff2");
  15. }
  16.  
  17. @font-face {
  18.     font-family: "Whitney";
  19.     font-style: italic;
  20.     font-weight: 300;
  21.     src: url("https://cdn.jsdelivr.net/gh/snappycreeper/olddiscordfont/fonts/Whitney-Italic-300.woff2") format("woff2");
  22. }
  23.  
  24. @font-face {
  25.     font-family: "Whitney";
  26.     font-style: normal;
  27.     font-weight: 400;
  28.     src: url("https://cdn.jsdelivr.net/gh/snappycreeper/olddiscordfont/fonts/Whitney-Normal-400.woff2") format("woff2");
  29. }
  30.  
  31. @font-face {
  32.     font-family: "Whitney";
  33.     font-style: italic;
  34.     font-weight: 400;
  35.     src: url("https://cdn.jsdelivr.net/gh/snappycreeper/olddiscordfont/fonts/Whitney-Italic-400.woff2") format("woff2");
  36. }
  37.  
  38. @font-face {
  39.     font-family: "Whitney";
  40.     font-style: normal;
  41.     font-weight: 500;
  42.     src: url("https://cdn.jsdelivr.net/gh/snappycreeper/olddiscordfont/fonts/Whitney-Normal-500.woff2") format("woff2");
  43. }
  44.  
  45. @font-face {
  46.     font-family: "Whitney";
  47.     font-style: italic;
  48.     font-weight: 500;
  49.     src: url("https://cdn.jsdelivr.net/gh/snappycreeper/olddiscordfont/fonts/Whitney-Italic-500.woff2") format("woff2");
  50. }
  51.  
  52. @font-face {
  53.     font-family: "Whitney";
  54.     font-style: normal;
  55.     font-weight: 600;
  56.     src: url("https://cdn.jsdelivr.net/gh/snappycreeper/olddiscordfont/fonts/Whitney-Normal-600.woff2") format("woff2");
  57. }
  58.  
  59. @font-face {
  60.     font-family: "Whitney";
  61.     font-style: italic;
  62.     font-weight: 600;
  63.     src: url("https://cdn.jsdelivr.net/gh/snappycreeper/olddiscordfont/fonts/Whitney-Italic-600.woff2") format("woff2");
  64. }
  65.  
  66. @font-face {
  67.     font-family: "Whitney";
  68.     font-style: normal;
  69.     font-weight: 700;
  70.     src: url("https://cdn.jsdelivr.net/gh/snappycreeper/olddiscordfont/fonts/Whitney-Normal-700.woff2") format("woff2");
  71. }
  72.  
  73. @font-face {
  74.     font-family: "Whitney";
  75.     font-style: italic;
  76.     font-weight: 700;
  77.     src: url("https://cdn.jsdelivr.net/gh/snappycreeper/olddiscordfont/fonts/Whitney-Italic-700.woff2") format("woff2");
  78. }
  79. [aria-label="Send a gift"],
  80. [aria-label="Open GIF picker"],
  81. [aria-label="Open sticker picker"],
  82. .buttons-uaqb-5 > button:nth-child(3){
  83.     display: none;
  84. }
  85. .theme-dark .container-2cd8Mz{
  86.     background-color : var(--background-primary)
  87. }
  88. .container-ZMc96U.themed-Hp1KC_{
  89.     background-color : #191a1c;
  90. }
Tags: discord
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement