github.com/Theta-Dev/Talon@v0.0.0-20211018130634-ff179e19fa9a/src/fixtures/testfiles/ThetaDev1/assets/style.css (about)

     1  body {
     2  	background-color: #161b22;
     3  	font-family: sans-serif;
     4  	color: #fff;
     5  }
     6  
     7  h1 {
     8  	color: #1f91ee;
     9  	font-size: 3em;
    10  }
    11  
    12  #main {
    13  	text-align: center;
    14  	margin: 0 10%;
    15  }
    16  
    17  #main p {
    18  	text-align: justify;
    19  	background-color: #1f242b;
    20  	padding: 20px;
    21  	border-radius: 15px;
    22  }