diff --git a/YTManager/wwwroot/index.css b/YTManager/wwwroot/index.css index d4c0f23..05643ef 100644 --- a/YTManager/wwwroot/index.css +++ b/YTManager/wwwroot/index.css @@ -3,7 +3,7 @@ margin-right: 5%; line-height: 1.6; font-size: 18px; - color: #444; + color: #003636; background-color: #F8F8F8; } @@ -16,6 +16,15 @@ background-color: red; } +.success { + background-color: rgb(149, 167, 82); +} + +.curvedbottom { + border-bottom-left-radius: 10px; + border-bottom-right-radius: 10px; +} + #addnewchannelform { width: inherit; margin: auto; diff --git a/YTManager/wwwroot/index.js b/YTManager/wwwroot/index.js index 2441537..1013052 100644 --- a/YTManager/wwwroot/index.js +++ b/YTManager/wwwroot/index.js @@ -13,15 +13,14 @@ var vidholder = new Vue({ template: `
-
-
-
{{ video.title }}
+
+
+ +
+

{{ video.title }}

+
- -
-

{{ video.description }}

-
-
+
`,