A fork of hyde, the static site generation. Some patches will be pushed upstream.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
218 B

  1. @import "inc/reset.css";
  2. #header {
  3. color: #333;
  4. border-left: 1px;
  5. border-right: 2px;
  6. }
  7. #footer {
  8. color: #333;
  9. }
  10. #content {
  11. -webkit-border-radius: 10px;
  12. -moz-border-radius: 10px;
  13. border-radius: 10px;
  14. }