Advertisement
Guest User

Twine: paste in style spreadsheet to get rid of purple links

a guest
Sep 16th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. tw-link {
  2. color: #4169E1;
  3. font-weight: bold;
  4. text-decoration: none;
  5. }
  6.  
  7. tw-link:hover {
  8. color: #4169E1;
  9. font-weight: bold;
  10. text-decoration: none;
  11. }
  12.  
  13. tw-link.visited {
  14. color: #4169E1;
  15. font-weight: bold;
  16. text-decoration: none;
  17. }
  18.  
  19. tw-link.visited:hover {
  20. color: #4169E1;
  21. font-weight: bold;
  22. text-decoration: none;
  23. }
  24.  
  25. tw-link.click {
  26. color: #4169E1;
  27. font-weight: bold;
  28. text-decoration: none;
  29. }
  30.  
  31. .enchantment-link {
  32. color: #4169E1;
  33. font-weight: bold;
  34. text-decoration: none;
  35. }
  36.  
  37. .enchantment-link:hover {
  38. color: #4169E1;
  39. font-weight: bold;
  40. text-decoration: none;
  41. }
  42.  
  43. .enchantment-link.visited {
  44. color: #4169E1;
  45. font-weight: bold;
  46. text-decoration: none;
  47. }
  48.  
  49. .enchantment-link.visited:hover {
  50. color: #4169E1;
  51. font-weight: bold;
  52. text-decoration: none;
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement