Nouvelle mouture du site web de Dylan
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

24 рядки
678 B

  1. // // This is a partial.
  2. // // It lies in <source>/_sass, just waiting to be imported.
  3. // // It does not contain the YAML front matter and has no corresponding output file in the built site.
  4. //
  5. // body {
  6. // font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  7. // font-size: 18px;
  8. // line-height: 1.5;
  9. // color: #24292e;
  10. // background-color: #fff;
  11. // }
  12. //
  13. // a {
  14. // color: #0366d6;
  15. // }
  16. //
  17. // code,
  18. // pre {
  19. // font-family: Menlo, Consolas, "Consolas for Powerline", "Courier New", Courier, monospace;
  20. // background-color: #2b2b2b;
  21. // color: #fff;
  22. // padding: 0.25em
  23. // }