diff options
author | Marco Alexander Fischer | 2018-08-28 11:43:55 +0200 |
---|---|---|
committer | Marco Alexander Fischer | 2018-08-28 11:43:55 +0200 |
commit | 277ce3f1677637d7c200e4ab55eef30cb3c30c5c (patch) | |
tree | 717cc33c4ab21e11f50f229c0f28e05a2428d2e7 /assets/css | |
parent | 193befe2c675250d2337dff46f6441b54dce308e (diff) |
Added names in "Team" section
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 45fcd43..7fba7a9 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -95,4 +95,8 @@ a:hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; +} + +#name { + font-size: 12px; }
\ No newline at end of file |