JustOneWeeb

css

Apr 24th, 2021
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. @import url(https://oxycotic.github.io/Yuki-Aim/yuki_aim.css); /*Auto Update URL | DO NOT TOUCH*/
  2.  
  3. /*Customization Settings/設定*/
  4.  
  5. :root {
  6. --accent: #e20ee4; /*Default Accent: #e20ee4 | rgb(225, 89, 89) ↽ RGB Values for Settings */
  7. --bg-color: #353535; /*Light Mode: #fff | Dark Mode: #353535 or 000*/
  8. --text-color: #e20ee4; /*Light Mode: #353535 | Dark Mode: #fff*/
  9. --hp-ammo: #353535; /*HP/Ammo Text Color*/
  10. --mascot-opacity: 0; /*0 = Invisible | 1 = Visible*/
  11. --weapon-icon-brightness: 0; /*0 = Black | 2 = White*/
  12. --decals: 0; /*0 = Invisible | 1 = Visible*/
  13. }
  14.  
  15. /*English Font*/
  16.  
  17. @font-face {
  18. font-family: gamefont;
  19. src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H3gnD_g.woff2);
  20. }
  21.  
  22. /*日本語フォント*/
  23.  
  24. @font-face {
  25. font-family: JP;
  26. src: url(https://dl.dropboxusercontent.com/s/9b7aer2osbcd388/logotypejp_mp_b_1.1.ttf?dl=0);
  27. }
  28.  
  29. /*
  30. Hi, this krunker css was made by tae (IGN: びこ).
  31. Editing for Commercial Use Is Prohibited and CAN lead to a ban ingame :)
  32. */
  33.  
  34. /*Make Edits Below*/
Advertisement
Add Comment
Please, Sign In to add comment