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

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