make the theme a little bit more purple and darker =D
This commit is contained in:
parent
dc0ea916d3
commit
89274d6aa1
1 changed files with 4 additions and 3 deletions
|
@ -9,10 +9,11 @@
|
|||
</head>
|
||||
<style>
|
||||
p{
|
||||
color: blueviolet;
|
||||
color: purple;
|
||||
}
|
||||
a{
|
||||
text-align: center;
|
||||
color: rgb(104, 4, 104)
|
||||
}
|
||||
h4{
|
||||
text-align: center;
|
||||
|
@ -26,7 +27,7 @@
|
|||
text-align: center;
|
||||
color: purple;
|
||||
}
|
||||
body {background-color: white;
|
||||
body {background-color: rgb(214, 197, 224);
|
||||
text-align: center}
|
||||
</style>
|
||||
<body>
|
||||
|
@ -41,7 +42,7 @@
|
|||
<h4>languages that i will maybe learn someday<br></h4>
|
||||
<p>Python, Rust <i class="fa fa-code" aria-hidden="true"></i></i><br></p>
|
||||
|
||||
<a href="https://website.kreciorek.xyz/funny.html">Redirect!</a>
|
||||
<a href="https://website.kreciorek.xyz/funny.html">Redirect! NOT WORKING YET!</a>
|
||||
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue